Revert "LCL: Invalidate TCustomEdit after setting PasswordChar. Issue #23627". Windows issue.

git-svn-id: trunk@39830 -
This commit is contained in:
juha 2013-01-11 17:27:15 +00:00
parent 86cf02bfa5
commit 1d91cbbe30

View File

@ -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;