Fixed: calling setIsPaneSplitter: on a CPTableView would change the divider width but the subviews would not change size to match.

This commit is contained in:
Alexander Ljungberg
2009-11-18 14:22:58 -08:00
committed by Ross Boucher
parent 2d01fa6f94
commit 9faec8decd
+3
View File
@@ -151,6 +151,9 @@ var CPSplitViewHorizontalImage = nil,
_DOMDividerElements = [];
#endif
// The divider changes size when pane splitter mode is toggled, so the
// subviews need to change size too.
_needsResizeSubviews = YES;
[self setNeedsDisplay:YES];
}