mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
console.lua: fix blurry cursor when --osd-blur is set
This is drawn with the same method as the stats.lua graphs so it's also blurry. Fix this by using the "Default" style for cursor drawing.
This commit is contained in:
parent
f4af7b683e
commit
3dcc661de7
@ -412,7 +412,7 @@ function update()
|
||||
-- thin as possible and make it appear to be 1px wide by giving it 0.5px
|
||||
-- horizontal borders.
|
||||
local cheight = opts.font_size * 8
|
||||
local cglyph = '{\\r' ..
|
||||
local cglyph = '{\\rDefault' ..
|
||||
(mp.get_property_native('focused') == false
|
||||
and '\\alpha&HFF&' or '\\1a&H44&\\3a&H44&\\4a&H99&') ..
|
||||
'\\1c&Heeeeee&\\3c&Heeeeee&\\4c&H000000&' ..
|
||||
|
Loading…
Reference in New Issue
Block a user