4593: Updating a StringOption option (via set_value()) does NOT update the GUI widget
svn: r17035
This commit is contained in:
parent
c50862b54e
commit
9890a2dad9
@ -528,7 +528,12 @@ class GuiEnumeratedListOption(gtk.HBox):
|
||||
# signals don't fire)
|
||||
|
||||
self.__option.set_value( value )
|
||||
self.value_changed() # Allow overriding so that another class
|
||||
# can add functionality
|
||||
|
||||
def value_changed(self):
|
||||
pass
|
||||
|
||||
def __update_options(self):
|
||||
"""
|
||||
Handle the change of the available options.
|
||||
|
Loading…
Reference in New Issue
Block a user