forked from AuroraMiddleware/gtk
widget-factory: Fix a typo
We wanted to move the conflicting global shortcuts to the bubble phase, so they don't override the entry bindings.
This commit is contained in:
parent
8653a5e27b
commit
e393465fd7
@ -1877,7 +1877,7 @@ activate (GApplication *app)
|
||||
window);
|
||||
|
||||
controller = gtk_shortcut_controller_new ();
|
||||
gtk_event_controller_set_propagation_phase (controller, GTK_PHASE_CAPTURE);
|
||||
gtk_event_controller_set_propagation_phase (controller, GTK_PHASE_BUBBLE);
|
||||
|
||||
for (i = 0; i < G_N_ELEMENTS (late_accels); i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user