mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-03-06 04:21:40 +01:00
changed popdown to the hide for compatibility
This commit is contained in:
@@ -544,7 +544,7 @@ class MainAppWindow:
|
||||
|
||||
def on_popover_release(self, menu, event):
|
||||
""" Hides popover after mouse click. Used if element of Popover menu is Gtk.Button! """
|
||||
menu.popdown()
|
||||
menu.hide()
|
||||
|
||||
@run_idle
|
||||
def on_satellite_editor_show(self, model):
|
||||
|
||||
@@ -134,7 +134,7 @@ class SatellitesDialog:
|
||||
view.do_unselect_all(view)
|
||||
|
||||
def on_popover_release(self, menu, event):
|
||||
menu.popdown()
|
||||
menu.hide()
|
||||
|
||||
@run_idle
|
||||
def on_satellites_list_load(self, model):
|
||||
|
||||
Reference in New Issue
Block a user