Fix compatibility with mpv-osc-tethys
This commit is contained in:
@@ -221,7 +221,7 @@ namespace mpvnet
|
||||
if (FormBorderStyle == FormBorderStyle.None)
|
||||
top = ClientSize.Height * 0.1f;
|
||||
|
||||
return pos.Y > ClientSize.Height * 0.85 || pos.Y < top;
|
||||
return pos.Y > ClientSize.Height * 0.8 || pos.Y < top;
|
||||
}
|
||||
|
||||
void UpdateMenu()
|
||||
|
||||
Reference in New Issue
Block a user