Draw a dotted line box around the rectangle when selected.
[synfig.git] / synfig-core / trunk / src / modules / example / filledrect.cpp
index f6f842f..329012f 100644 (file)
@@ -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")