mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
inset-edit should not make a buffer dirty (it edits the external files used by the inset)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27012 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5baf9d3f20
commit
a9e54b7ece
@ -1850,7 +1850,7 @@ void LyXAction::init()
|
||||
* \li Origin: JSpitzm, 27 Apr 2006
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_INSET_EDIT, "inset-edit", Noop, Edit },
|
||||
{ LFUN_INSET_EDIT, "inset-edit", ReadOnly, Edit },
|
||||
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_TABULAR_INSERT
|
||||
|
Loading…
Reference in New Issue
Block a user