Revision: 2672 http://skim-app.svn.sourceforge.net/skim-app/?rev=2672&view=rev Author: hofman Date: 2007-08-16 12:44:24 -0700 (Thu, 16 Aug 2007)
Log Message: ----------- Make sure side windows start off in the right state. Modified Paths: -------------- trunk/SKSideWindow.m Modified: trunk/SKSideWindow.m =================================================================== --- trunk/SKSideWindow.m 2007-08-16 17:35:12 UTC (rev 2671) +++ trunk/SKSideWindow.m 2007-08-16 19:44:24 UTC (rev 2672) @@ -89,6 +89,8 @@ frame.origin.x = NSMaxX(screenFrame) - WINDOW_OFFSET; frame = NSInsetRect(frame, 0.0, WINDOW_INSET); [self setFrame:frame display:NO]; + state = NSDrawerClosedState; + [[self contentView] setAcceptsMouseOver:YES]; } - (void)slideOut { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit