diff options
author | rowanbeentje <rowan@beent.je> | 2012-08-01 00:17:54 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-08-01 00:17:54 +0000 |
commit | e6e2fe26d29659d805628114a0c1cd5f9d7ab5b4 (patch) | |
tree | dd125ddd17a68d07495d8935178f219a4e0e081a /Source/SPDatabaseDocument.m | |
parent | ed16bf078249b4b474a231ba487702f4f7d9a13b (diff) | |
download | sequelpro-e6e2fe26d29659d805628114a0c1cd5f9d7ab5b4.tar.gz sequelpro-e6e2fe26d29659d805628114a0c1cd5f9d7ab5b4.tar.bz2 sequelpro-e6e2fe26d29659d805628114a0c1cd5f9d7ab5b4.zip |
- Remove all BWToolKit elements in the connection view, replacing with standard equivalents and SPSplitView
- Replace the "Add" action menu on the connection view with two buttons for easier use and to avoid having to set up more popup buttons
- Improve SPSplitView's handling of delegates set through code
- Update localisable strings
Diffstat (limited to 'Source/SPDatabaseDocument.m')
-rw-r--r-- | Source/SPDatabaseDocument.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m index f32445a3..714a58c1 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -5585,6 +5585,7 @@ static NSString *SPRenameDatabaseAction = @"SPRenameDatabase"; - (void)splitViewDidResizeSubviews:(NSNotification *)notification { [self updateChooseDatabaseToolbarItemWidth]; + [connectionController updateSplitViewSize]; } - (CGFloat)splitView:(NSSplitView *)splitView constrainMinCoordinate:(CGFloat)proposedMinimumPosition ofSubviewAt:(NSInteger)dividerIndex |