mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
modules: remove call to gtk_widget_set_extension_events()
This commit is contained in:
parent
de225a74a2
commit
b9f269bbfb
1 changed files with 0 additions and 4 deletions
|
@ -182,10 +182,6 @@ colorsel_water_init (ColorselWater *water)
|
|||
GDK_POINTER_MOTION_HINT_MASK |
|
||||
GDK_PROXIMITY_OUT_MASK);
|
||||
|
||||
/* The following call enables tracking and processing of extension
|
||||
* events for the drawing area
|
||||
*/
|
||||
gtk_widget_set_extension_events (water->area, GDK_EXTENSION_EVENTS_ALL);
|
||||
gtk_widget_grab_focus (water->area);
|
||||
|
||||
adj = gtk_adjustment_new (200.0 - water->pressure_adjust * 100.0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue