Show the size of circles as they are drawn using the draw tool.
[synfig.git] / synfig-studio / trunk / src / gtkmm / duck.cpp
index 63bebe7..70f2fa8 100644 (file)
@@ -72,7 +72,8 @@ Duck::Duck():
        scalar(1),
        editable(false),
        radius_(false),
-       tangent_(false)
+       tangent_(false),
+       hover_(false)
 { duck_count++; _DuckCounter::counter++; }
 
 Duck::Duck(const synfig::Point &point):