Revision: 15262
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15262&view=rev
Author:   hofman
Date:     2009-05-04 11:51:33 +0000 (Mon, 04 May 2009)

Log Message:
-----------
no need to redisplay after group selection change

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

Modified: trunk/bibdesk/BDSKGroupOutlineView.m
===================================================================
--- trunk/bibdesk/BDSKGroupOutlineView.m        2009-05-04 10:18:21 UTC (rev 
15261)
+++ trunk/bibdesk/BDSKGroupOutlineView.m        2009-05-04 11:51:33 UTC (rev 
15262)
@@ -181,6 +181,7 @@
 {
     [self setNeedsDisplay:YES];
 }
+
 - (void)reloadData
 {
     const NSInteger nrows = [self numberOfRows];
@@ -243,8 +244,6 @@
         return;
     
     [super selectRowIndexes:indexes byExtendingSelection:shouldExtend];
-    // this is needed because we draw multiple selections differently and 
BDSKGradientTableView calls this only for deprecated 10.3 methods
-    [self setNeedsDisplay:YES];
 }
 
 - (void)textDidEndEditing:(NSNotification *)notification {


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

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to