Merge pull request #341 from mattrose/330-popup-menu

update to non-deprecated Gtk.Menu popup call
This commit is contained in:
Matt Rose 2020-12-28 19:29:10 +00:00 committed by GitHub
commit 0715d17deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ class TerminalPopupMenu(object):
err('TerminalPopupMenu::show: %s' % ex)
menu.show_all()
menu.popup(None, None, None, None, button, time)
menu.popup_at_pointer(None)
return(True)