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,6 +528,11 @@ class GuiEnumeratedListOption(gtk.HBox):
|
|||||||
# signals don't fire)
|
# signals don't fire)
|
||||||
|
|
||||||
self.__option.set_value( value )
|
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):
|
def __update_options(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user