Skip to content

Commit

Permalink
Update Autopot.ahk
Browse files Browse the repository at this point in the history
dpscalc nonsense
  • Loading branch information
badplayerr committed Feb 16, 2016
1 parent 83986f6 commit 0942877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Autopot.ahk
Expand Up @@ -5306,8 +5306,8 @@ DPSCalc()

; Show tooltip, with fixed width font
ToolTip, %TT%, X + 35, Y + 35
global FixedFont
SetFont(FixedFont)
;global FixedFont
;SetFont(FixedFont)
; Set up count variable and start timer for tooltip timeout
global ToolTipTimeout := 0
SetTimer, ToolTipTimer, 100
Expand Down

0 comments on commit 0942877

Please sign in to comment.