From 9782a003fc66ec0e1e60b8c7280f0872c5482fc6 Mon Sep 17 00:00:00 2001 From: Andrius Ramanauskas Date: Thu, 27 Apr 2006 08:00:49 +0000 Subject: fixing conditional attribute evaluation on load (if conditional attributes were used not in the item under , on load it was always rendered) (bzr r596) --- src/sp-item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-item.cpp') diff --git a/src/sp-item.cpp b/src/sp-item.cpp index c2e3bb1bf..3d71443d6 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -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(); -- cgit v1.2.3