range: Do not unconditionally stop events in event handler

Prevents keybindings from working on scales.
This commit is contained in:
Carlos Garnacho 2018-04-25 00:35:00 +02:00
parent 0547c0999f
commit 23f4724a23

View 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