mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
GuiBox.cpp: fix button logic (fixes bug #9543)
This commit is contained in:
parent
49fa913739
commit
4be4d4e1a6
@ -142,8 +142,9 @@ void GuiBox::on_typeCO_activated(int index)
|
||||
heightCB->setChecked(false);
|
||||
setSpecial(ibox);
|
||||
}
|
||||
widthCB->setChecked(itype != "none");
|
||||
if (type != "Boxed")
|
||||
if (type != "Frameless")
|
||||
widthCB->setChecked(itype != "none");
|
||||
pagebreakCB->setChecked(false);
|
||||
changed();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user