Author: rgheck
Date: Sat Jun 4 14:52:32 2011
New Revision: 38946
URL: http://www.lyx.org/trac/changeset/38946
Log:
Update status when bullet size is changed.
Modified:
lyx-devel/branches/BRANCH_2_0_X/src/frontends/qt4/BulletsModule.cpp
lyx-devel/branches/BRANCH_2_0_X/status.20x
Modified: lyx-devel/branches/BRANCH_2_0_X/src/frontends/qt4/BulletsModule.cpp
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/src/frontends/qt4/BulletsModule.cpp Sat Jun
4 14:50:39 2011 (r38945)
+++ lyx-devel/branches/BRANCH_2_0_X/src/frontends/qt4/BulletsModule.cpp Sat Jun
4 14:52:32 2011 (r38946)
@@ -178,6 +178,7 @@
{
// -1 apparently means default...
bullets_[levelLW->currentRow()].setSize(size - 1);
+ changed();
}
Modified: lyx-devel/branches/BRANCH_2_0_X/status.20x
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/status.20x Sat Jun 4 14:50:39 2011
(r38945)
+++ lyx-devel/branches/BRANCH_2_0_X/status.20x Sat Jun 4 14:52:32 2011
(r38946)
@@ -133,6 +133,8 @@
- 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