Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Thu, 12 Oct 2023 21:39:50 UTC Commit: 705dc3c8eb39c43e54daf171811b412d6eaa5032 https://github.com/geany/geany/commit/705dc3c8eb39c43e54daf171811b412d6eaa50...
Log Message: ----------- Use gtk_menu_popup_at_pointer() in filebrowser as well
Modified Paths: -------------- plugins/filebrowser.c
Modified: plugins/filebrowser.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -743,7 +743,7 @@ static gboolean on_button_press(GtkWidget *widget, GdkEventButton *event, gpoint
gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(popup_items.show_hidden_files), show_hidden_files); - gtk_menu_popup(GTK_MENU(popup_menu), NULL, NULL, NULL, NULL, event->button, event->time); + gtk_menu_popup_at_pointer(GTK_MENU(popup_menu), (GdkEvent *) event); /* don't return TRUE here, unless the selection won't be changed */ } return FALSE;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).