mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 15:36:03 +02:00
ideintf: fix TWideStringPropertyEditor.SetValue() by Anton Kavalenka (#0012663)
git-svn-id: trunk@17430 -
This commit is contained in:
parent
1ed145f17e
commit
1db8426dea
@ -3143,7 +3143,7 @@ end;
|
||||
|
||||
procedure TWideStringPropertyEditor.SetValue(const NewValue: ansistring);
|
||||
begin
|
||||
SetWideStrValue(UTF8Encode(NewValue));
|
||||
SetWideStrValue(UTF8Decode(NewValue));
|
||||
end;
|
||||
|
||||
{ TNestedPropertyEditor }
|
||||
|
Loading…
Reference in New Issue
Block a user