aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Button.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/Button.py b/lib/python/Components/Button.py
index 2839a034..f1acb99d 100644
--- a/lib/python/Components/Button.py
+++ b/lib/python/Components/Button.py
@@ -29,4 +29,5 @@ class Button(VariableText, HTMLComponent, GUIComponent):
GUI_WIDGET = eButton
def postWidgetCreate(self, instance):
+ instance.setText(self.text)
instance.selected.get().append(self.push)