diff options
author | rowanbeentje <rowan@beent.je> | 2011-08-31 21:35:46 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-08-31 21:35:46 +0000 |
commit | 46c4253255f91738b6b00a7f74a4646651eac39a (patch) | |
tree | d9952f3f1e1bf5e40ae74fc61cb195cfa0aa76f4 /Source/SPWindow.m | |
parent | debc98eb182d845e4ab803c1cd1d84908da745d3 (diff) | |
download | sequelpro-46c4253255f91738b6b00a7f74a4646651eac39a.tar.gz sequelpro-46c4253255f91738b6b00a7f74a4646651eac39a.tar.bz2 sequelpro-46c4253255f91738b6b00a7f74a4646651eac39a.zip |
- Reorder window instantiation process to ensure window has had its size set before adding the main views, fixing resize issues including Issue #1141 on 10.6
- Remove accidentally committed log line
Diffstat (limited to 'Source/SPWindow.m')
-rw-r--r-- | Source/SPWindow.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPWindow.m b/Source/SPWindow.m index 2f5cf56e..9353e80d 100644 --- a/Source/SPWindow.m +++ b/Source/SPWindow.m @@ -124,7 +124,6 @@ - (NSUndoManager *)undoManager { if ([[self windowController] respondsToSelector:@selector(selectedTableDocument)]) { - NSLog(@"Test: %@", [[[[self windowController] selectedTableDocument] undoManager] description]); return [[[self windowController] selectedTableDocument] undoManager]; } return [super undoManager]; |