[gimp] app: call the active vectors handler at the end of gimp_display_shell_connect



commit 3c7a54829d6512e9993571d3946c9e4bf58daf57
Author: Thomas Manni <thomas manni free fr>
Date:   Tue May 2 18:02:22 2017 +0200

    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.

 app/display/gimpdisplayshell-handlers.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-handlers.c b/app/display/gimpdisplayshell-handlers.c
index cdd45ae..0d94957 100644
--- a/app/display/gimpdisplayshell-handlers.c
+++ b/app/display/gimpdisplayshell-handlers.c
@@ -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),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]