mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Update status when bullet size is changed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38945 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e60871753d
commit
327d2cd5c5
@ -178,6 +178,7 @@ void BulletsModule::on_bulletsizeCO_activated(int size)
|
|||||||
{
|
{
|
||||||
// -1 apparently means default...
|
// -1 apparently means default...
|
||||||
bullets_[levelLW->currentRow()].setSize(size - 1);
|
bullets_[levelLW->currentRow()].setSize(size - 1);
|
||||||
|
changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user