changed popdown to the hide for compatibility

This commit is contained in:
DYefremov
2018-08-31 17:45:52 +03:00
parent fb0996f94e
commit e476c26bb5
2 changed files with 2 additions and 2 deletions

View File

@@ -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):

View File

@@ -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):