diff options
Diffstat (limited to 'plugins/python/liveconv')
-rw-r--r-- | plugins/python/liveconv/panel.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/python/liveconv/panel.py b/plugins/python/liveconv/panel.py index 614940f..644bfa9 100644 --- a/plugins/python/liveconv/panel.py +++ b/plugins/python/liveconv/panel.py @@ -59,6 +59,11 @@ class ConvPanel(PanelItem): } + for kind, func in self._conversions.items(): + + label = self._builder.get_object('%s_value' % kind) + label.set_text('-') + self._order = '@' |