mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
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:
parent
e4c7a9a677
commit
1c71a1019b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user