aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-12-20 02:01:49 +0000
committerrowanbeentje <rowan@beent.je>2010-12-20 02:01:49 +0000
commitb3b8f0ff04486a982175f70ba72a623a5fff9ad7 (patch)
treeb7b08d3a237964de454b76d3a678d9e4ee240773 /Source/SPConnectionController.h
parent2a6c654d165c207281d10295ebcc40b3cae864ea (diff)
downloadsequelpro-b3b8f0ff04486a982175f70ba72a623a5fff9ad7.tar.gz
sequelpro-b3b8f0ff04486a982175f70ba72a623a5fff9ad7.tar.bz2
sequelpro-b3b8f0ff04486a982175f70ba72a623a5fff9ad7.zip
Address Issue #857:
- Replace master connection and database view split views with full BWSplitViews so controls appear in Interface Builder; use those settings to apply which panes resize, and any max/min constraints - Remove split view delegate code which is no longer necessary after these changes - Fix a bug marking the master database view split view thumb as applying to all DatabaseDocument splits views, fixing cursor issues - Update Connection Controller/BWToolkit split view delegate setup to fix resizing issues
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r--Source/SPConnectionController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h
index 86167a91..672e983f 100644
--- a/Source/SPConnectionController.h
+++ b/Source/SPConnectionController.h
@@ -32,7 +32,7 @@
@interface NSObject (BWAnchoredButtonBar)
-- (void)setSplitViewDelegate:(id)splitViewDelegate;
+- (NSRect)splitView:(NSSplitView *)splitView additionalEffectiveRectOfDividerAtIndex:(NSInteger)dividerIndex;
@end