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(); }