mirror of https://github.com/mpv-player/mpv
osc: fix typo wsc_geo -> wc_geo
This commit is contained in:
parent
971dbcc21c
commit
2750ca597c
|
@ -1056,7 +1056,7 @@ function window_controls(alignment, topbar)
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
-- Apply boxvideo margins to the control bar
|
-- Apply boxvideo margins to the control bar
|
||||||
osc_param.video_margins.t = wsc_geo.h / osc_param.playresy
|
osc_param.video_margins.t = wc_geo.h / osc_param.playresy
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Window Title
|
-- Window Title
|
||||||
|
|
Loading…
Reference in New Issue