mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:36:09 +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);
|
procedure TWideStringPropertyEditor.SetValue(const NewValue: ansistring);
|
||||||
begin
|
begin
|
||||||
SetWideStrValue(UTF8Encode(NewValue));
|
SetWideStrValue(UTF8Decode(NewValue));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TNestedPropertyEditor }
|
{ TNestedPropertyEditor }
|
||||||
|
Loading…
Reference in New Issue
Block a user