Move comment to match the description
This commit is contained in:
@ -631,7 +631,6 @@ gui_restore_after_callback (Gimp *gimp,
|
|||||||
if (gui_config->restore_session)
|
if (gui_config->restore_session)
|
||||||
session_restore (gimp, initial_monitor);
|
session_restore (gimp, initial_monitor);
|
||||||
|
|
||||||
/* move keyboard focus to the display */
|
|
||||||
toplevel = gtk_widget_get_toplevel (GTK_WIDGET (shell));
|
toplevel = gtk_widget_get_toplevel (GTK_WIDGET (shell));
|
||||||
#ifdef GDK_WINDOWING_QUARTZ
|
#ifdef GDK_WINDOWING_QUARTZ
|
||||||
{
|
{
|
||||||
@ -692,6 +691,7 @@ gui_restore_after_callback (Gimp *gimp,
|
|||||||
gtkosx_application_ready (osx_app);
|
gtkosx_application_ready (osx_app);
|
||||||
}
|
}
|
||||||
#endif /* GDK_WINDOWING_QUARTZ */
|
#endif /* GDK_WINDOWING_QUARTZ */
|
||||||
|
/* move keyboard focus to the display */
|
||||||
gtk_window_present (GTK_WINDOW (toplevel));
|
gtk_window_present (GTK_WINDOW (toplevel));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user