Revert another unintentional commit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25774 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-07-21 16:41:29 +00:00
parent e4c7a9a677
commit 1c71a1019b

View File

@ -938,12 +938,10 @@ FuncStatus BufferView::getStatus(FuncRequest const & cmd)
break;
case LFUN_LAYOUT:
LYXERR0("BufferView::getStatus(LFUN_LAYOUT)");
flag.setEnabled(!cur.inset().forcePlainLayout(cur.idx()));
break;
case LFUN_LAYOUT_PARAGRAPH:
LYXERR0("BufferView::getStatus(LFUN_LAYOUT_PARAGRAPH)");
flag.setEnabled(cur.inset().allowParagraphCustomization(cur.idx()));
break;