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 db8339ca66
commit 25f4e597ee

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