X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fduck.cpp;h=58b0c646a35f8155bdc96cdbd1cd8f516d1581c0;hb=7ff75c570ed5406415f709008f5fc4c8788b5f7a;hp=7c5ba663542bd0acde2ab2b86bba13343b32c417;hpb=3163c8bde2f1c7599b71eb22373217edefaac07f;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/duck.cpp b/synfig-studio/trunk/src/gtkmm/duck.cpp index 7c5ba66..58b0c64 100644 --- a/synfig-studio/trunk/src/gtkmm/duck.cpp +++ b/synfig-studio/trunk/src/gtkmm/duck.cpp @@ -86,7 +86,8 @@ Duck::Duck(const synfig::Point &point): guid_(0), editable(false), radius_(false), - tangent_(false) + tangent_(false), + hover_(false) { duck_count++; _DuckCounter::counter++;} Duck::Duck(const synfig::Point &point,const synfig::Point &origin): @@ -97,7 +98,8 @@ Duck::Duck(const synfig::Point &point,const synfig::Point &origin): guid_(0), editable(false), radius_(true), - tangent_(false) + tangent_(false), + hover_(false) { duck_count++; _DuckCounter::counter++;} Duck::~Duck() { duck_count--; _DuckCounter::counter--;}