]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/MainMenu.m
macosx: fail the video output if Quartz Extreme isn't supported, removed specific...
[vlc] / modules / gui / macosx / MainMenu.m
index d49d0df055d3509584be12390db3a368a762a53a..63edfd871aed85ceb53d43017f01f66277228ec0 100644 (file)
@@ -584,8 +584,7 @@ static VLCMainMenu *_o_sharedInstance = nil;
                 var_SetFloat( p_vout, "zoom", 2.0 );
             else
             {
-                if (![[VLCMainWindow sharedInstance] isZoomed])
-                    [[VLCMainWindow sharedInstance] performZoom: sender];
+                var_ToggleBool( p_vout, "autoscale" );
             }
             vlc_object_release( p_vout );
         }