Search found 1 match

by karnahaz
10 Sep 2019, 21:27
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 426550

Re: AutoGUI - Script Editor, GUI Designer, Debugger and Tools

What I did to fix this was open AutoGUI.ahk in notepad++, goto line 202 and I commented out

Code: Select all

If (A_ScreenDPI != 96) {
    Gui Auto: +OwnDialogs
    MsgBox 0x30, Warning, %g_AppName% has not been adapted to High-DPI display scaling.`n`nThe program will exit.
    ExitApp
}

Go to advanced search