mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 14:29:07 +02:00
Revert "LCL: Invalidate TCustomEdit after setting PasswordChar. Issue #23627". Windows issue.
git-svn-id: trunk@39830 -
This commit is contained in:
parent
86cf02bfa5
commit
1d91cbbe30
@ -364,7 +364,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
if HandleAllocated then
|
if HandleAllocated then
|
||||||
TWSCustomEditClass(WidgetSetClass).SetPasswordChar(Self, AValue);
|
TWSCustomEditClass(WidgetSetClass).SetPasswordChar(Self, AValue);
|
||||||
Invalidate;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
class procedure TCustomEdit.WSRegisterClass;
|
class procedure TCustomEdit.WSRegisterClass;
|
||||||
|
Loading…
Reference in New Issue
Block a user