Fix radiopalette due to api change in toolbotton
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
This commit is contained in:
parent
eedbbba025
commit
7eec45f031
@ -100,5 +100,5 @@ class RadioPalette(Palette):
|
|||||||
return
|
return
|
||||||
|
|
||||||
parent.props.label = button.palette_label
|
parent.props.label = button.palette_label
|
||||||
parent.set_icon(button.props.icon_name)
|
parent.set_icon_name(button.props.icon_name)
|
||||||
parent.selected_button = button
|
parent.selected_button = button
|
||||||
|
Loading…
Reference in New Issue
Block a user