mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
add missing changed signals
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17079 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
61b4f87330
commit
24e75cb711
@ -187,7 +187,7 @@ void FloatPlacement::on_heredefinitelyCB_clicked()
|
||||
void FloatPlacement::on_spanCB_clicked()
|
||||
{
|
||||
checkAllowed();
|
||||
|
||||
changed();
|
||||
if (!spanCB->isChecked())
|
||||
return;
|
||||
|
||||
@ -200,6 +200,7 @@ void FloatPlacement::on_spanCB_clicked()
|
||||
void FloatPlacement::on_sidewaysCB_clicked()
|
||||
{
|
||||
checkAllowed();
|
||||
changed();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user