Revision: 27750
http://sourceforge.net/p/bibdesk/svn/27750
Author: hofman
Date: 2022-07-21 17:17:46 +0000 (Thu, 21 Jul 2022)
Log Message:
-----------
no need for cell view subclass
Modified Paths:
--------------
trunk/bibdesk/BDSKEditor.h
trunk/bibdesk/BDSKEditor.m
trunk/bibdesk/Base.lproj/BDSKEditor.xib
Modified: trunk/bibdesk/BDSKEditor.h
===================================================================
--- trunk/bibdesk/BDSKEditor.h 2022-07-21 17:13:23 UTC (rev 27749)
+++ trunk/bibdesk/BDSKEditor.h 2022-07-21 17:17:46 UTC (rev 27750)
@@ -238,7 +238,3 @@
@interface BDSKEditorRowView : NSTableRowView
@end
-
-
-@interface BDSKEditorCellView : NSTableCellView
-@end
Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m 2022-07-21 17:13:23 UTC (rev 27749)
+++ trunk/bibdesk/BDSKEditor.m 2022-07-21 17:17:46 UTC (rev 27750)
@@ -3728,13 +3728,3 @@
}
@end
-
-
-@implementation BDSKEditorCellView
-/*
-- (NSArray *)accessibilityChildren {
- return NSAccessibilityUnignoredChildren([NSArray arrayWithObjects:[self
textField], [(BDSKEditorTextField *)[self textField] button], nil]);
-}*/
-
-@end
-
Modified: trunk/bibdesk/Base.lproj/BDSKEditor.xib
===================================================================
--- trunk/bibdesk/Base.lproj/BDSKEditor.xib 2022-07-21 17:13:23 UTC (rev
27749)
+++ trunk/bibdesk/Base.lproj/BDSKEditor.xib 2022-07-21 17:17:46 UTC (rev
27750)
@@ -267,7 +267,7 @@
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES"/>
<prototypeCellViews>
-
<tableCellView id="WSC-RJ-GoF" customClass="BDSKEditorCellView">
+
<tableCellView id="WSC-RJ-GoF">
<rect key="frame" x="76" y="1" width="416" height="22"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"
heightSizable="YES"/>
<subviews>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit