Skip to content

Commit

Permalink
comment out debugging msgbox
Browse files Browse the repository at this point in the history
  • Loading branch information
joedf committed Aug 17, 2018
1 parent 1bcc801 commit 58d090c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qonsole.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ if (!XPMode) {
_tMAXw := VirtualWidth ; A_screenwidth
_tMAXh := VirtualHeight ; A_screenHeight

MsgBox x:%VirtualLeft% y:%VirtualTop% w:%VirtualWidth% h:%VirtualHeight%
;MsgBox x:%VirtualLeft% y:%VirtualTop% w:%VirtualWidth% h:%VirtualHeight%

Gui GuiBGDarken:Show, x%_tMAXx% y%_tMAXy% w%_tMAXw% h%_tMAXh%,Qonsole_GuiBGDarken
}
Expand Down

0 comments on commit 58d090c

Please sign in to comment.