Put palettes into the "default" palettegroup by default again. (fix #4084)
This commit is contained in:
parent
e1bd64439c
commit
a35a07f832
@ -248,6 +248,8 @@ class Palette(gtk.Window):
|
||||
self._leave_invoker_hid = None
|
||||
self._right_click_invoker_hid = None
|
||||
|
||||
self.set_group_id("default")
|
||||
|
||||
# we set these for backward compatibility
|
||||
if label is not None:
|
||||
self.props.primary_text = label
|
||||
|
Loading…
Reference in New Issue
Block a user