]> Pileus Git - ~andy/gtk/commit
scrolledwindow: don't capture events meant for non-child windows
authorCarlos Garnacho <carlos@lanedo.com>
Wed, 11 Jul 2012 14:44:16 +0000 (16:44 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 3 Sep 2012 00:30:53 +0000 (20:30 -0400)
commit8c632417c48982ddd4054c4c054fcd39964f3fac
tree8e7241ac88e2149282523bb8fbdf838baa5374ca
parent3c99587b5dc9114ecf5de155553a996609562318
scrolledwindow: don't capture events meant for non-child windows

GtkTextHandle creates temporary override redirect windows, but still
hook to the text widget for events, so those are effectively captured
by GtkScrolledWindow if a text widget is within it
gtk/gtkscrolledwindow.c