I'm wondering if this is a gui bug, or something else such as a silly anomaly which I seem to get a lot of on my computer.
The Default Autoit icon displays over the standard minimize button on a small gui.
Here is a pre-written repo.
Of course it corrects if you mouse over it.
The Default Autoit icon displays over the standard minimize button on a small gui.
Here is a pre-written repo.
[ autoit ]
$hGui = Guicreate("small gui", 100, 100, (@DeskTopWidth - 100) / 2, (@DeskTopHeight -100) / 2) GuiSetState() While 1 Switch GuiGetMsg() Case 0 ContinueLoop Case -3 Exit EndSwitch WEnd