mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
cell movement inside tables should not mark the document as modified
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35570 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c09aa51e0a
commit
0dc22fb82f
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user