From: dooglus Date: Sat, 22 Nov 2008 15:41:55 +0000 (+0000) Subject: Draw a dotted line box around the rectangle when selected. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=acbfbf20e82b05ab075890a85c3ac8c2ef31bdff;p=synfig.git 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 --- 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")