From 6070377597d14ac27740dfda5a5cb9116c321d45 Mon Sep 17 00:00:00 2001 From: Konstantin Dmitriev Date: Dec 27 2019 13:54:11 +0000 Subject: Change color for Origin handle of Group Layer --- diff --git a/synfig-studio/src/gui/workarearenderer/renderer_ducks.cpp b/synfig-studio/src/gui/workarearenderer/renderer_ducks.cpp index b7845dc..395e919 100644 --- a/synfig-studio/src/gui/workarearenderer/renderer_ducks.cpp +++ b/synfig-studio/src/gui/workarearenderer/renderer_ducks.cpp @@ -456,6 +456,8 @@ Renderer_Ducks::render_vfunc( screen_duck.color=(DUCK_COLOR_ANGLE); else if((*iter)->get_type()&Duck::TYPE_WIDTHPOINT_POSITION) screen_duck.color=(DUCK_COLOR_WIDTHPOINT_POSITION); + else if ((*iter)->get_move_origin()) + screen_duck.color=(DUCK_COLOR_WIDTHPOINT_POSITION); else screen_duck.color=DUCK_COLOR_OTHER;