Skip to content

Commit

Permalink
Update fnc_updateABGStatus.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
MiszczuZPolski committed Dec 2, 2024
1 parent 73d497d commit 1320cf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/gui/functions/fnc_updateABGStatus.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ private _bloodGasTest = _target getVariable [QEGVAR(circulation,testedBloodGas),
private _activeBlood = 0;
private _ABGmenuShow = _target getVariable [QEGVAR(pharma,ABGmenuShow), false];


if (_ABGmenuShow) then {
ctrlShow [IDC_ABG_TITLE, true];
ctrlShow [IDC_ABG_BACKGROUND, true];
Expand All @@ -49,4 +48,4 @@ if (_ABGmenuShow) then {
};
};

} forEach [IDC_TEST_PACO2, IDC_TEST_PAO2, IDC_TEST_SPO2, IDC_TEST_HCO3, IDC_TEST_PH];
} forEach [IDC_TEST_PACO2, IDC_TEST_PAO2, IDC_TEST_SPO2, IDC_TEST_HCO3, IDC_TEST_PH];

0 comments on commit 1320cf7

Please sign in to comment.