Added inspector again

This commit is contained in:
michael starke
2013-05-29 02:07:35 +02:00
parent 4396dbe9f4
commit fb17bc0a00
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@
/* Add inspector view */ /* Add inspector view */
const NSRect inspectorFrame = [self.inspectorView frame]; const NSRect inspectorFrame = [self.inspectorView frame];
[self.inspectorTabViewController.view setFrame:inspectorFrame]; [self.inspectorTabViewController.view setFrame:inspectorFrame];
//[self.splitView replaceSubview:self.inspectorView with:[self.inspectorTabViewController view]]; [self.splitView replaceSubview:self.inspectorView with:[self.inspectorTabViewController view]];
[self.inspectorTabViewController updateResponderChain]; [self.inspectorTabViewController updateResponderChain];
[self _setOutlineVisible:NO]; [self _setOutlineVisible:NO];

View File

@@ -46,7 +46,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>725</string> <string>726</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string> <string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>