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:
Matthias Clasen 2020-05-01 14:17:26 -04:00
parent 8653a5e27b
commit e393465fd7

View File

@ -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++)
{