]> git.lyx.org Git - features.git/commitdiff
Update status when bullet size is changed.
authorRichard Heck <rgheck@comcast.net>
Sat, 4 Jun 2011 12:52:32 +0000 (12:52 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 4 Jun 2011 12:52:32 +0000 (12:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38946 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/BulletsModule.cpp
status.20x

index c06904bf495b972282e9d1963b2baa4dbea662bb..5cbca093e81ce52c99d91ef2a15a1499fa3c71ef 100644 (file)
@@ -178,6 +178,7 @@ void BulletsModule::on_bulletsizeCO_activated(int size)
 {
        // -1 apparently means default...
        bullets_[levelLW->currentRow()].setSize(size - 1);
+       changed();
 }
 
 
index 2a4413e4ac466e717a4602a609ba36593eeed763..b8aa7b0909b5433f37516865093ed234e070f87a 100644 (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