]> git.lyx.org Git - features.git/commitdiff
cell movement inside tables should not mark the document as modified
authorStephan Witt <switt@lyx.org>
Fri, 8 Oct 2010 05:21:19 +0000 (05:21 +0000)
committerStephan Witt <switt@lyx.org>
Fri, 8 Oct 2010 05:21:19 +0000 (05:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35570 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 6d4dc69d66ea4d6947e3a8da41de0cb9c3e17a19..dfd14f2a8d092be5d007482704a685f3cd38a213 100644 (file)
@@ -2070,14 +2070,14 @@ void LyXAction::init()
  * \li Origin: Jug, 22 May 2000
  * \endvar
  */
-               { LFUN_CELL_BACKWARD, "cell-backward", Noop, Edit },
+               { LFUN_CELL_BACKWARD, "cell-backward", ReadOnly | NoUpdate, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_CELL_FORWARD
  * \li Action: Moves the cursor to the next cell inside the table.
  * \li Syntax: cell-forward
  * \endvar
  */
-               { LFUN_CELL_FORWARD, "cell-forward", Noop, Edit },
+               { LFUN_CELL_FORWARD, "cell-forward", ReadOnly | NoUpdate, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_CELL_SPLIT
  * \li Action: Splits cell and shifts right part to the next cell (inside the math grid).