invert reverted inverted

This commit is contained in:
commy2 2016-09-17 18:08:08 +02:00
parent 3d18374747
commit e02516e5b5

View File

@ -6,7 +6,7 @@ class Cfg3DEN {
class Attributes {
class GVAR(enable) {
property = QGVAR(enable);
control = "CheckboxInverted";
control = "Checkbox";
displayName = CSTRING(enable_name);
tooltip = CSTRING(enable_tooltip);
expression = QUOTE(if !(_value) then {_this setVariable [ARR_3('%s',_value,true)];};);