GFdevelop commented on this pull request.
@@ -736,13 +739,9 @@ static gboolean on_button_press(GtkWidget *widget, GdkEventButton *event, gpoint
} else if (event->button == 3) { - static GtkWidget *popup_menu = NULL;
The old code have no sense...can you explain `if (popup_menu == NULL)`? https://github.com/geany/geany/blob/868da11715ed86d08c1c2c4deaf1b2aa6c209df4...
I have to revert this?