@techee commented on this pull request.
> @@ -288,6 +288,21 @@ void editor_snippets_init(void)
}
+gboolean motion_notify_event(GtkWidget* widget, GdkEventMotion event, gpointer
data)
+{
+ GeanyEditor *editor = data;
+
+ if (event.state & GDK_BUTTON1_MASK && event.state & GDK_MOD1_MASK)
Yeah, you're right.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3899#discussion_r1632404906
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3899/review/[email protected]>