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:
Richard Heck 2011-06-04 12:50:39 +00:00
parent e60871753d
commit 327d2cd5c5

View File

@ -178,6 +178,7 @@ void BulletsModule::on_bulletsizeCO_activated(int size)
{
// -1 apparently means default...
bullets_[levelLW->currentRow()].setSize(size - 1);
changed();
}