Properly show context menu, interact with button used to open it

This commit is contained in:
Robin Gareus 2022-10-17 00:02:21 +02:00
parent 54ec5f87d4
commit e4ae0be4f1
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ TriggerUI::context_menu ()
items.push_back (MenuElem (_("Clear"), sigc::mem_fun (*this, &TriggerUI::clear_trigger)));
_context_menu->popup (1, gtk_get_current_event_time ());
_context_menu->popup (3, gtk_get_current_event_time ());
}
void