Fixed binary object active and inactive text setting.

This commit is contained in:
Steve Karg
2024-04-04 13:04:02 -05:00
parent f3b1ea0ab9
commit 5abdaf0916
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -660,7 +660,7 @@ bool Binary_Input_Active_Text_Set(
pObject = Binary_Input_Object(object_instance);
if (pObject) {
pObject->Inactive_Text = new_name;
pObject->Active_Text = new_name;
status = true;
}