Revision: 13001
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=13001&view=rev
Author:   hofman
Date:     2008-03-07 17:52:12 -0800 (Fri, 07 Mar 2008)

Log Message:
-----------
Override a private method that messes things up for non-standard height. Wish 
Apple actually made it possible to subclass segmented controls properly, but 
they keep almost everything private.

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

Modified: trunk/bibdesk/BDSKGradientSegmentedControl.m
===================================================================
--- trunk/bibdesk/BDSKGradientSegmentedControl.m        2008-03-08 00:17:51 UTC 
(rev 13000)
+++ trunk/bibdesk/BDSKGradientSegmentedControl.m        2008-03-08 01:52:12 UTC 
(rev 13001)
@@ -213,4 +213,8 @@
     }
 }
 
+- (NSRect)_boundsForCellFrame:(NSRect)frame {
+    return frame;
+}
+
 @end


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to