src/hbcore/utils/hbwidgetloaderactions_p.cpp
changeset 28 b7da29130b0e
parent 21 4633027730f5
child 30 80e4d18b72f5
--- a/src/hbcore/utils/hbwidgetloaderactions_p.cpp	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/utils/hbwidgetloaderactions_p.cpp	Fri Sep 17 08:32:10 2010 +0300
@@ -205,12 +205,15 @@
     item.dstEdge = dstEdge;
     item.minType = minLength.mType;
     item.minVal = minLength.mValue;
+    item.minHashValue = minLength.mHashValue;
     item.minText = minLength.mString;
     item.prefType = prefLength.mType;
     item.prefVal = prefLength.mValue;
+    item.prefHashValue = prefLength.mHashValue;
     item.prefText = prefLength.mString;
     item.maxType = maxLength.mType;
     item.maxVal = maxLength.mValue;
+    item.maxHashValue = maxLength.mHashValue;
     item.maxText = maxLength.mString;
     item.sizepolicy = policy ? *policy : -1;
     item.direction = dir ? *dir : -1;