mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
InsetInfo is editable.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29310 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
051a50439d
commit
ac6a7ed432
@ -100,7 +100,7 @@ public:
|
||||
///
|
||||
Inset * editXY(Cursor & cur, int x, int y);
|
||||
///
|
||||
EDITABLE editable() const { return NOT_EDITABLE; }
|
||||
EDITABLE editable() const { return IS_EDITABLE; }
|
||||
///
|
||||
void read(Lexer & lex);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user