Code

r11516@tres: ted | 2006-04-26 21:30:18 -0700
[inkscape.git] / src / sp-item.cpp
index c2e3bb1bfcf24b76f5e4805b40843c8cd0338918..3d71443d63f6400055336c2bcea4314def8dbbaf 100644 (file)
@@ -142,7 +142,7 @@ void SPItem::init() {
     this->transform_center_y = 0;
 
     this->_is_evaluated = true;
-    this->_evaluated_status = StatusCalculated;
+    this->_evaluated_status = StatusUnknown;
 
     this->transform = NR::identity();