Update status when bullet size is changed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38946 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-06-04 12:52:32 +00:00
parent de35d041a0
commit 37688a02a2
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -133,6 +133,8 @@ What's new
- Do not cache cursor keys when scrolling (bug 7598)
- Enable OK/Apply in Document>Settings dialog when bullet size is changed.
* ADVANCED FIND AND REPLACE