mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Add GDK_SCROLL_MASK to event mask for widget
This commit is contained in:
committed by
GitHub
parent
fffbe5228c
commit
ab21af908c
@@ -1063,8 +1063,8 @@ gtk_xtext_realize (GtkWidget * widget)
|
||||
attributes.window_type = GDK_WINDOW_CHILD;
|
||||
attributes.event_mask = gtk_widget_get_events (widget) |
|
||||
GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
|
||||
| GDK_POINTER_MOTION_MASK | GDK_LEAVE_NOTIFY_MASK;
|
||||
|
||||
| GDK_POINTER_MOTION_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_SCROLL_MASK;
|
||||
|
||||
window = gdk_window_new (parent_window, &attributes, attributes_mask);
|
||||
|
||||
#if HAVE_GTK3
|
||||
|
||||
Reference in New Issue
Block a user