mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 10:00:36 +01:00
lcl-cocoa: Had forgotten to add the special field editor to the secure text field
git-svn-id: trunk@46622 -
This commit is contained in:
parent
a3b0246e61
commit
97fd5ef4d6
@ -1094,7 +1094,8 @@ begin
|
||||
fieldEditor := TCocoaFieldEditor.alloc.init;
|
||||
fieldEditor.setFieldEditor(True);
|
||||
end;
|
||||
if client.isKindOfClass_(TCocoaTextField) then
|
||||
if client.isKindOfClass_(TCocoaTextField) or
|
||||
client.isKindOfClass_(TCocoaSecureTextField) then
|
||||
begin
|
||||
Result := fieldEditor;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user