Commit 3646cf43 authored by David Fuhrmann's avatar David Fuhrmann

macosx: do not abuse "autoscale" to implement a fit to screen feature

parent bf916c35
...@@ -632,7 +632,7 @@ static VLCMainMenu *_o_sharedInstance = nil; ...@@ -632,7 +632,7 @@ static VLCMainMenu *_o_sharedInstance = nil;
var_SetFloat( p_vout, "zoom", 2.0 ); var_SetFloat( p_vout, "zoom", 2.0 );
else else
{ {
var_ToggleBool( p_vout, "autoscale" ); [[[[[VLCMain sharedInstance] mainWindow] videoView] window] performZoom:sender];
} }
vlc_object_release( p_vout ); vlc_object_release( p_vout );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment