Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes #444
  • Loading branch information
rcmaehl committed Jul 9, 2021
1 parent 4936e78 commit a4790cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhyNotWin11.au3
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ Func _GUICtrlSetState($hCtrl, $iState)
GUICtrlSetData($hCtrl, "X")
GUICtrlSetBkColor($hCtrl, 0xFA113D)
Case 1
GUICtrlSetData($hCtrl, "OK")
GUICtrlSetData($hCtrl, ChrW(10003))
GUICtrlSetBkColor($hCtrl, 0x4CC355)
Case 2
GUICtrlSetData($hCtrl, "?")
Expand Down

0 comments on commit a4790cb

Please sign in to comment.