Revision: 28013
http://sourceforge.net/p/bibdesk/svn/28013
Author: hofman
Date: 2022-10-12 09:13:13 +0000 (Wed, 12 Oct 2022)
Log Message:
-----------
set placeholder string for alternate cell
Modified Paths:
--------------
trunk/bibdesk/BDSKSecureTextField.m
Modified: trunk/bibdesk/BDSKSecureTextField.m
===================================================================
--- trunk/bibdesk/BDSKSecureTextField.m 2022-10-12 06:30:27 UTC (rev 28012)
+++ trunk/bibdesk/BDSKSecureTextField.m 2022-10-12 09:13:13 UTC (rev 28013)
@@ -200,7 +200,8 @@
[alternateCell setEnabled:[oldCell isEnabled]];
[alternateCell setEditable:[oldCell isEditable]];
[alternateCell setStringValue:[oldCell stringValue] ?: @""];
-
+ [alternateCell setPlaceholderString:[oldCell placeholderString]];
+
[self setCell:alternateCell];
[alternateCell release];
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