print-editor: Use gtk_window_present()

This lets xdg-activation work as otherwise gdk_wayland_surface_focus is
never invoked.
This commit is contained in:
Guido Günther 2022-01-11 20:27:25 +01:00 committed by Carlos Garnacho
parent c331e22f3a
commit a36594e754

View File

@ -871,7 +871,7 @@ activate (GApplication *app)
update_ui ();
gtk_widget_show (main_window);
gtk_window_present (GTK_WINDOW (main_window));
}
static void