Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/abacus_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'abacus_window.py')
-rw-r--r--abacus_window.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/abacus_window.py b/abacus_window.py
index e205d68..05a63fb 100644
--- a/abacus_window.py
+++ b/abacus_window.py
@@ -685,6 +685,7 @@ class Abacus():
self.mode = self.cuisenaire
self.mode.set_value_from_number(value)
self.mode.show()
+ self.mode.label(self.generate_label())
_logger.debug('Setting mode to %s' % (self.mode.name))
def _button_press_cb(self, win, event):