projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0547c09
)
range: Do not unconditionally stop events in event handler
author
Carlos Garnacho
<carlosg@gnome.org>
Tue, 24 Apr 2018 22:35:00 +0000
(
00:35
+0200)
committer
Carlos Garnacho
<carlosg@gnome.org>
Wed, 25 Apr 2018 00:16:35 +0000
(
02:16
+0200)
Prevents keybindings from working on scales.
gtk/gtkrange.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrange.c
b/gtk/gtkrange.c
index 982293594162df184c097fb66232264261f70897..b1d0278d78064da48db5eae395f99365590fe189 100644
(file)
--- a/
gtk/gtkrange.c
+++ b/
gtk/gtkrange.c
@@
-1857,7
+1857,7
@@
gtk_range_key_controller_key_pressed (GtkEventControllerKey *controller,
return GDK_EVENT_STOP;
}
- return
TRU
E;
+ return
GDK_EVENT_PROPAGAT
E;
}
static void