|
@ -171,7 +171,7 @@ class DropdownPayload(WidgetPack): |
|
|
elif self.widget.GetValue() and self.option_string: |
|
|
elif self.widget.GetValue() and self.option_string: |
|
|
return '{} {}'.format(self.option_string, self.widget.GetValue()) |
|
|
return '{} {}'.format(self.option_string, self.widget.GetValue()) |
|
|
else: |
|
|
else: |
|
|
self.widget.GetValue() |
|
|
return self.widget.GetValue() |
|
|
|
|
|
|
|
|
def _SetValue(self, text): |
|
|
def _SetValue(self, text): |
|
|
# used for testing |
|
|
# used for testing |
|
|
xxxxxxxxxx