mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +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);
|
heightCB->setChecked(false);
|
||||||
setSpecial(ibox);
|
setSpecial(ibox);
|
||||||
}
|
}
|
||||||
if (type != "Boxed")
|
if (type != "Boxed") {
|
||||||
if (type != "Frameless")
|
if (type != "Frameless")
|
||||||
widthCB->setChecked(itype != "none");
|
widthCB->setChecked(itype != "none");
|
||||||
pagebreakCB->setChecked(false);
|
pagebreakCB->setChecked(false);
|
||||||
|
}
|
||||||
changed();
|
changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user