Revision: 18316
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18316&view=rev
Author:   hofman
Date:     2011-12-14 14:33:22 +0000 (Wed, 14 Dec 2011)
Log Message:
-----------
use cellSizeForBounds: rather than cellSize from super, because the latter goes 
through the former, so it does not get super's implementation

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

Modified: trunk/bibdesk/BDSKGroupCell.m
===================================================================
--- trunk/bibdesk/BDSKGroupCell.m       2011-12-14 12:56:57 UTC (rev 18315)
+++ trunk/bibdesk/BDSKGroupCell.m       2011-12-14 14:33:22 UTC (rev 18316)
@@ -215,7 +215,7 @@
 }
 
 - (NSSize)iconSizeForBounds:(NSRect)aRect {
-    CGFloat height = [super cellSize].height + IMAGE_SIZE_OFFSET;
+    CGFloat height = [super cellSizeForBounds:aRect].height + 
IMAGE_SIZE_OFFSET;
     return NSMakeSize(height, height);
 }
 

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


------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to