Skip to content

Commit

Permalink
Debugger: make 'current line' marker translucid [requested by Lexikos]
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Aug 17, 2014
1 parent 0ffc079 commit 1616e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/ahk.lua
Expand Up @@ -624,6 +624,7 @@ function SetMarkerColors()
editor.MarkerBack[11] = 0xFFFF00
editor:MarkerDefine(12, 22) -- current line highlighting
editor.MarkerBack[12] = 0xFFFF00
editor.MarkerAlpha[12] = 32
end

function ClearAllMarkers()
Expand Down

0 comments on commit 1616e03

Please sign in to comment.