Commit a9efb347 authored by Claes Sjofors's avatar Claes Sjofors

Ge invisible dynamics, string attributes inverted

parent aab95c8c
/*
* Proview Open Source Process Control.
* Copyright (C) 2005-2011 SSAB Oxelosund AB.
* Copyright (C) 2005-2012 SSAB EMEA AB.
*
* This file is part of Proview.
*
......@@ -2990,6 +2990,9 @@ int GeInvisible::scan( grow_tObject object)
if ( !get_dig( &val, p, a_typeid, bitmask))
return 1;
if ( a_typeid == pwr_eType_String)
val = !val;
if ( inverted)
val = !val;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment