From: Richard Heck Date: Sat, 4 Jun 2011 12:50:39 +0000 (+0000) Subject: Update status when bullet size is changed. X-Git-Tag: 2.1.0beta1~3122 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=327d2cd5c5881757baac3127e816e644682e172d;p=features.git Update status when bullet size is changed. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38945 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/BulletsModule.cpp b/src/frontends/qt4/BulletsModule.cpp index c06904bf49..5cbca093e8 100644 --- a/src/frontends/qt4/BulletsModule.cpp +++ b/src/frontends/qt4/BulletsModule.cpp @@ -178,6 +178,7 @@ void BulletsModule::on_bulletsizeCO_activated(int size) { // -1 apparently means default... bullets_[levelLW->currentRow()].setSize(size - 1); + changed(); }