Changes between Version 2 and Version 4 of Ticket #3854
- Timestamp:
- Nov 17, 2021, 3:19:53 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3854 – Description
v2 v4 1 1 Uncommenting GUICtrlSetColor creates a bug where interacting with the input, also causes the button function to be executed 2 2 {{{#!autoit 3 3 #include <GUIConstantsEx.au3> 4 4 … … 19 19 EndSwitch 20 20 WEnd 21 }}}
