Fixed error when double-clicking on and empty entryTable

This commit is contained in:
michael starke
2013-06-16 10:40:25 +02:00
parent cbbf55e0c5
commit dadf416950
7 changed files with 68 additions and 3 deletions

View File

@@ -193,6 +193,7 @@
- (void)toggleInspector:(id)sender {
NSView *inspectorView = [_inspectorViewController view];
if([inspectorView superview]) {
//[inspectorView animator]
[inspectorView removeFromSuperview];
}
else {