#291 Leaving fullscreen using keepaspect-window=no restores the correct size
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
- The recent list can also be shown in the command palette:
|
- The recent list can also be shown in the command palette:
|
||||||
Alt+r script-message mpv.net show-recent #menu: View > Show Recent
|
Alt+r script-message mpv.net show-recent #menu: View > Show Recent
|
||||||
- The recent context menu removes the folder info in case of very long paths.
|
- The recent context menu removes the folder info in case of very long paths.
|
||||||
|
- Leaving fullscreen using keepaspect-window=no restores the correct size.
|
||||||
- libmpv shinchiro 2021-08-01
|
- libmpv shinchiro 2021-08-01
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -387,7 +387,7 @@ namespace mpvnet
|
|||||||
|
|
||||||
if (Core.WasInitialSizeSet)
|
if (Core.WasInitialSizeSet)
|
||||||
{
|
{
|
||||||
if (App.StartSize == "always")
|
if (App.StartSize == "always" || !Core.KeepaspectWindow)
|
||||||
{
|
{
|
||||||
width = ClientSize.Width;
|
width = ClientSize.Width;
|
||||||
height = ClientSize.Height;
|
height = ClientSize.Height;
|
||||||
|
|||||||
Reference in New Issue
Block a user