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

@@ -114,7 +114,7 @@
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
<string key="NSColorName">textBackgroundColor</string>
<object class="NSColor" key="NSColor" id="579297540">
<object class="NSColor" key="NSColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
</object>
@@ -337,6 +337,7 @@
<string key="NSFrameSize">{272, 30}</string>
<reference key="NSSuperview" ref="87082330"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<string key="NSClassName">HNHGradientView</string>
</object>
@@ -440,7 +441,7 @@
</array>
<double key="NSIntercellSpacingWidth">3</double>
<double key="NSIntercellSpacingHeight">2</double>
<reference key="NSBackgroundColor" ref="579297540"/>
<reference key="NSBackgroundColor" ref="533509460"/>
<object class="NSColor" key="NSGridColor">
<int key="NSColorSpace">6</int>
<string key="NSCatalogName">System</string>
@@ -2397,6 +2398,7 @@
<string key="725.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="726.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="732.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="806.CustomClassName">HNHScrollView</string>
<array key="806.IBNSViewMetadataConstraints">
<reference ref="18481886"/>
</array>
@@ -2412,6 +2414,7 @@
<reference ref="80019053"/>
</array>
<string key="814.IBPluginDependency">com.apple.InterfaceBuilder.CocoaPlugin</string>
<string key="833.CustomClassName">MPTableCellView</string>
<array class="NSMutableArray" key="833.IBNSViewMetadataConstraints">
<reference ref="553918146"/>
<reference ref="880978105"/>
@@ -2499,6 +2502,14 @@
<string key="minorKey">./Classes/HNHRoundedTextFieldCell.h</string>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">HNHScrollView</string>
<string key="superclassName">NSScrollView</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/HNHScrollView.h</string>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">HNHSeparator</string>
<string key="superclassName">NSView</string>
@@ -2587,6 +2598,14 @@
<string key="minorKey">./Classes/MPPopupImageView.h</string>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">MPTableCellView</string>
<string key="superclassName">NSTableCellView</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/MPTableCellView.h</string>
</object>
</object>
<object class="IBPartialClassDescription">
<string key="className">MPViewController</string>
<string key="superclassName">NSViewController</string>