From 82c2fbf81a0044817474799b010ac1624505096b Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Mon, 11 Jun 2007 18:29:11 +0000 Subject: [PATCH] * they are conceptionally the same and should be merged git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18743 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/Inset.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/insets/Inset.h b/src/insets/Inset.h index 0bcc88f330..ca824c8ee4 100644 --- a/src/insets/Inset.h +++ b/src/insets/Inset.h @@ -149,6 +149,7 @@ public: CursorSlice const & sl, bool boundary, int & x, int & y) const; /// is this an inset that can be moved into? + /// FIXME: merge with editable() virtual bool isActive() const { return nargs() > 0; } /// Where should we go when we press the up or down cursor key? virtual bool idxUpDown(Cursor & cur, bool up) const;