@techee commented on this pull request.


In src/editor.c:

> @@ -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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3899/review/2106380124@github.com>