mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
GuiBox.cpp: re-add lost braces
- FORMAT: add date
This commit is contained in:
parent
8010b90cb4
commit
335ccee3b5
@ -11,7 +11,7 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
|
||||
|
||||
-----------------------
|
||||
|
||||
2015-05-xx Uwe Stöhr <uwestoehr@web.de>
|
||||
2015-05-11 Uwe Stöhr <uwestoehr@web.de>
|
||||
* Format incremented to 489: support to set line thickness, box separation
|
||||
and shadow size in the box dialog
|
||||
New box parameters:
|
||||
|
@ -158,10 +158,11 @@ void GuiBox::on_typeCO_activated(int index)
|
||||
heightCB->setChecked(false);
|
||||
setSpecial(ibox);
|
||||
}
|
||||
if (type != "Boxed")
|
||||
if (type != "Boxed") {
|
||||
if (type != "Frameless")
|
||||
widthCB->setChecked(itype != "none");
|
||||
pagebreakCB->setChecked(false);
|
||||
}
|
||||
changed();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user