Re: Updates in one split view pane causing other pane to redraw (on Tiger): SOLVED

2008-03-24 Thread Martin Redington
It turns out this was due to a misplaced -[NSView setNeedsDisplay] call in my custom cell's drawing method. Every time the cell was drawn, it would set the needsDisplay flag, so when the window checked the views to see if they needed display, the table view did. - (void)drawWithFrame:(

Updates in one split view pane causing other pane to redraw (on Tiger)

2008-03-21 Thread Martin Redington
In my app I have a split view (actually an RBSplitView). The left hand pane contains a table view representing disk volumes, and the right hand split view contains an NSOutlineView listing files and directories. When I update item in the files view, I'm *sometimes* seeing the volume vie