app: call the active vectors handler at the end of gimp_display_shell_connect

This enables correct display of the active path (in red color instead of blue)
when xcf files containing paths are opened.
This commit is contained in:
Thomas Manni
2017-05-02 18:02:22 +02:00
parent 722a1a1368
commit 3c7a54829d

View File

@ -373,6 +373,7 @@ gimp_display_shell_connect (GimpDisplayShell *shell)
G_CALLBACK (gimp_display_shell_color_config_notify_handler),
shell);
gimp_display_shell_active_vectors_handler (image, shell);
gimp_display_shell_invalidate_preview_handler (image, shell);
gimp_display_shell_quick_mask_changed_handler (image, shell);
gimp_display_shell_profile_changed_handler (GIMP_COLOR_MANAGED (image),