From acbfbf20e82b05ab075890a85c3ac8c2ef31bdff Mon Sep 17 00:00:00 2001 From: dooglus Date: Sat, 22 Nov 2008 15:41:55 +0000 Subject: [PATCH] Draw a dotted line box around the rectangle when selected. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2254 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/modules/example/filledrect.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/synfig-core/trunk/src/modules/example/filledrect.cpp b/synfig-core/trunk/src/modules/example/filledrect.cpp index f6f842f..329012f 100644 --- a/synfig-core/trunk/src/modules/example/filledrect.cpp +++ b/synfig-core/trunk/src/modules/example/filledrect.cpp @@ -119,6 +119,7 @@ FilledRect::get_param_vocab()const ret.push_back(ParamDesc("point1") .set_local_name(_("Point 1")) + .set_box("point2") ); ret.push_back(ParamDesc("point2") -- 2.7.4