Revision: 18087
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18087&view=rev
Author:   hofman
Date:     2011-08-24 17:29:39 +0000 (Wed, 24 Aug 2011)
Log Message:
-----------
set frame instead of bounds

Modified Paths:
--------------
    trunk/bibdesk/BDSKEditor.m

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2011-08-24 06:35:07 UTC (rev 18086)
+++ trunk/bibdesk/BDSKEditor.m  2011-08-24 17:29:39 UTC (rev 18087)
@@ -190,7 +190,7 @@
     
     // Insert the tabView in the main window
     NSView *view = [[mainSplitView subviews] objectAtIndex:0];
-    [[tabView superview] setFrame:[view bounds]];
+    [[tabView superview] setFrame:[view frame]];
     [mainSplitView replaceSubview:view with:[tabView superview]];
     [(BDSKColoredView *)[mainSplitView superview] setBackgroundColor:[NSColor 
windowBackgroundColor]];
     

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to