Index: development/models/lbx/LBX Configurator,1.0.0.xml
===================================================================
diff -u -r1295 -r1296
--- development/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 1295)
+++ development/models/lbx/LBX Configurator,1.0.0.xml (.../LBX Configurator,1.0.0.xml) (revision 1296)
@@ -1435,22 +1435,22 @@
-
+
-
+
-
+
@@ -2177,7 +2177,7 @@
local boolean _BEHAVIOR_IsReferentieZichtbaar;
-if (CONFIG.Settings.OperationMode == "Intern") or (BEHAVIOR.IsEconAx) then
+if (BEHAVIOR.IsEconAx or CONFIG.ProcessMode <> "Background") then
_BEHAVIOR_IsReferentieZichtbaar = false;
else
_BEHAVIOR_IsReferentieZichtbaar = true;