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:
Vincent van Ravesteijn 2009-04-18 12:14:08 +00:00
parent 051a50439d
commit ac6a7ed432

View File

@ -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);
///