Skip to content

Commit 7ec74a0

Browse files
committed
fix Active/Not Active text in adl and ui
1 parent 40303e4 commit 7ec74a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

urRobotApp/op/adl/robotiq_gripper.adl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ text {
332332
clr=20
333333
}
334334
"dynamic attribute" {
335-
vis="if not zero"
335+
vis="if zero"
336336
chan="$(P)RobotiqGripper:IsActive"
337337
}
338338
textix="Not Active"

urRobotApp/op/ui/autoconvert/robotiq_gripper.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ caMenu{
783783
</color>
784784
</property>
785785
<property name="visibility">
786-
<enum>caLabel::IfNotZero</enum>
786+
<enum>caLabel::IfZero</enum>
787787
</property>
788788
<property name="channel">
789789
<string>$(P)RobotiqGripper:IsActive</string>
@@ -825,4 +825,4 @@ caMenu{
825825
<zorder>caMessageButton_4</zorder>
826826
</widget>
827827
</widget>
828-
</ui>
828+
</ui>

0 commit comments

Comments
 (0)