Support new toolbars widgets in activity.py
This commit is contained in:
@@ -107,6 +107,8 @@ class RadioPalette(Palette):
|
||||
if not children:
|
||||
self.__toggled_cb(button, True)
|
||||
|
||||
return button
|
||||
|
||||
def update_button(self):
|
||||
for i in self.top.get_children():
|
||||
self.__toggled_cb(i, True)
|
||||
|
||||
Reference in New Issue
Block a user