mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
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:
parent
de35d041a0
commit
37688a02a2
@ -178,6 +178,7 @@ void BulletsModule::on_bulletsizeCO_activated(int size)
|
||||
{
|
||||
// -1 apparently means default...
|
||||
bullets_[levelLW->currentRow()].setSize(size - 1);
|
||||
changed();
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user