partially revert db97db2513 - allow to activate sub-menu with LMB

This commit is contained in:
Robin Gareus 2023-06-04 16:44:18 +02:00
parent 4628be8ed3
commit d6144ab8cf
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -544,7 +544,7 @@ TimeAxisView::controls_ebox_button_release (GdkEventButton* ev)
break;
case 3:
popup_display_menu (3, ev->time);
popup_display_menu (1, ev->time);
break;
}