Skip to content

Commit

Permalink
Merge pull request #341 from mattrose/330-popup-menu
Browse files Browse the repository at this point in the history
update to non-deprecated Gtk.Menu popup call
  • Loading branch information
mattrose committed Dec 28, 2020
2 parents 3d1bbbc + 734c70b commit 0715d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminatorlib/terminal_popup_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def show(self, widget, event=None):
err('TerminalPopupMenu::show: %s' % ex)

menu.show_all()
menu.popup(None, None, None, None, button, time)
menu.popup_at_pointer(None)

return(True)

Expand Down

0 comments on commit 0715d17

Please sign in to comment.