Revision: 29093
http://sourceforge.net/p/bibdesk/svn/29093
Author: hofman
Date: 2025-04-06 15:42:10 +0000 (Sun, 06 Apr 2025)
Log Message:
-----------
Set internal action and target on cell to be clearer
Modified Paths:
--------------
trunk/bibdesk/BDSKFontWell.m
trunk/bibdesk/Base.lproj/BibPref_Display.xib
Modified: trunk/bibdesk/BDSKFontWell.m
===================================================================
--- trunk/bibdesk/BDSKFontWell.m 2025-03-17 15:25:15 UTC (rev 29092)
+++ trunk/bibdesk/BDSKFontWell.m 2025-04-06 15:42:10 UTC (rev 29093)
@@ -74,8 +74,8 @@
[self setFont:[NSFont systemFontOfSize:0.0]];
[self fontChanged];
[[self cell] setShowsStateBy:NSNoCellMask];
- [super setAction:@selector(changeActive:)];
- [super setTarget:self];
+ [[self cell] setAction:@selector(changeActive:)];
+ [[self cell] setTarget:self];
[self registerForDraggedTypes:@[BDSKNSFontPanelDescriptorsPboardType,
BDSKNSFontPanelFamiliesPboardType]];
}
Modified: trunk/bibdesk/Base.lproj/BibPref_Display.xib
===================================================================
--- trunk/bibdesk/Base.lproj/BibPref_Display.xib 2025-03-17 15:25:15 UTC
(rev 29092)
+++ trunk/bibdesk/Base.lproj/BibPref_Display.xib 2025-04-06 15:42:10 UTC
(rev 29093)
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"
useAutolayout="YES">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0"
toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"
useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
- <development version="8000" identifier="xcode"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="18122"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin"
version="19529"/>
<capability name="documents saved in the Xcode 8 format"
minToolsVersion="8.0"/>
</dependencies>
<objects>
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