forked from AuroraMiddleware/gtk
range: Do not unconditionally stop events in event handler
Prevents keybindings from working on scales.
This commit is contained in:
parent
0547c0999f
commit
23f4724a23
@ -1857,7 +1857,7 @@ gtk_range_key_controller_key_pressed (GtkEventControllerKey *controller,
|
||||
return GDK_EVENT_STOP;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return GDK_EVENT_PROPAGATE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user