mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Emit word_click even as long as user is not selecting any text when releasing button
This fixes the need to do pixel-perfect clicks to open links in chat
This commit is contained in:
@@ -219,7 +219,6 @@ struct _GtkXText
|
||||
unsigned int word_select:1;
|
||||
unsigned int line_select:1;
|
||||
unsigned int button_down:1;
|
||||
unsigned int hilighting:1;
|
||||
unsigned int dont_render:1;
|
||||
unsigned int dont_render2:1;
|
||||
unsigned int cursor_hand:1;
|
||||
|
||||
Reference in New Issue
Block a user