From 29ff8d1c0294132f7d70c899014642f84a71e5d8 Mon Sep 17 00:00:00 2001 From: knutux Date: Thu, 27 Apr 2006 08:00:49 +0000 Subject: [PATCH] fixing conditional attribute evaluation on load (if conditional attributes were used not in the item under , on load it was always rendered) --- src/sp-item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.30.2