Fix 1684240: Several places were multiplying the A component of the color by itself...
[synfig.git] / synfig-core / trunk / src / synfig / color.h
index 3d501a2..d3ae54d 100644 (file)
@@ -107,7 +107,7 @@ public:
 
 private:
        value_type a_, r_, g_, b_;
-       mutable String hex_;
+       static String hex_;
 
 public: