mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
clean-up after andré ;-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24004 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c0d04eea68
commit
0ae4b20a28
@ -232,7 +232,7 @@ bool InsetBox::getStatus(Cursor & cur, FuncRequest const & cmd,
|
||||
return true;
|
||||
|
||||
case LFUN_BREAK_PARAGRAPH:
|
||||
if (params_.inner_box) {
|
||||
if (params_.inner_box)
|
||||
return InsetCollapsable::getStatus(cur, cmd, flag);
|
||||
flag.enabled(false);
|
||||
return true;
|
||||
|
@ -86,7 +86,6 @@ public:
|
||||
private:
|
||||
///
|
||||
friend class InsetBoxParams;
|
||||
friend class InsetBoxMailer;
|
||||
///
|
||||
docstring editMessage() const;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user