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