mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
GuiBox.cpp: add missing braces from previous commit
This commit is contained in:
parent
4be4d4e1a6
commit
3290d15a15
@ -142,10 +142,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