X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fduck.cpp;h=67e28d02badca852131774685b9fb7da720863aa;hb=334e15ce6c4d9b1f30a168a55e7ef4d31320d568;hp=63bebe7099844e06e48f2c058ca71f00adf43c02;hpb=4b5a2035f115d9f4624d968a9b9733d06422701f;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/duck.cpp b/synfig-studio/trunk/src/gtkmm/duck.cpp index 63bebe7..67e28d0 100644 --- a/synfig-studio/trunk/src/gtkmm/duck.cpp +++ b/synfig-studio/trunk/src/gtkmm/duck.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -72,7 +73,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):