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:
Pavel Djundik
2016-01-10 12:37:30 -08:00
committed by Arnavion
parent edd57fdc86
commit 971e5cf4fe
2 changed files with 24 additions and 6 deletions

View File

@@ -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;