Skip to content
Commit ac310d6a authored by Alberts Muktupāvels's avatar Alberts Muktupāvels
Browse files

sticky-notes: fix text selection

GTK+ 3.14 added gesture support for many widgets, including the
GtkTextView. The button press event handler was removed meaning that
there is nothing that would stop event propagation to GtkWindow.

Stop button press event propagation to GtkWindow from GtkTextView
as we don't want to start moving note when trying to select text.
parent 623ebce8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment