range: Do not unconditionally stop events in event handler
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 24 Apr 2018 22:35:00 +0000 (00:35 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 25 Apr 2018 00:16:35 +0000 (02:16 +0200)
Prevents keybindings from working on scales.

gtk/gtkrange.c

index 982293594162df184c097fb66232264261f70897..b1d0278d78064da48db5eae395f99365590fe189 100644 (file)
@@ -1857,7 +1857,7 @@ gtk_range_key_controller_key_pressed (GtkEventControllerKey *controller,
       return GDK_EVENT_STOP;
     }
 
-  return TRUE;
+  return GDK_EVENT_PROPAGATE;
 }
 
 static void