Revision: 7306 http://skim-app.svn.sourceforge.net/skim-app/?rev=7306&view=rev Author: hofman Date: 2011-06-21 17:42:33 +0000 (Tue, 21 Jun 2011)
Log Message: ----------- disable toggle status bar in full screen mode Modified Paths: -------------- trunk/SKMainWindowController_UI.m Modified: trunk/SKMainWindowController_UI.m =================================================================== --- trunk/SKMainWindowController_UI.m 2011-06-21 17:32:55 UTC (rev 7305) +++ trunk/SKMainWindowController_UI.m 2011-06-21 17:42:33 UTC (rev 7306) @@ -1514,7 +1514,7 @@ [menuItem setTitle:NSLocalizedString(@"Hide Status Bar", @"Menu item title")]; else [menuItem setTitle:NSLocalizedString(@"Show Status Bar", @"Menu item title")]; - return [self interactionMode] != SKPresentationMode; + return [self interactionMode] == SKNormalMode; } else if (action == @selector(searchPDF:)) { return [self interactionMode] != SKPresentationMode; } else if (action == @selector(toggleFullScreen:)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit