modules: remove call to gtk_widget_set_extension_events()

This commit is contained in:
Michael Natterer 2010-12-20 22:30:56 +01:00
parent de225a74a2
commit b9f269bbfb

View file

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