IDE: designer: set handled messages as done. Issue #33816

git-svn-id: trunk@58073 -
This commit is contained in:
ondrej 2018-06-02 08:38:44 +00:00
parent 4d285fa24b
commit 634dc3c2e3

View File

@ -2889,7 +2889,10 @@ begin
end;
if Handled then
begin
TheMessage.CharCode := 0;
TheMessage.Result := 1;
end;
end;