LCL/HintWindow: Removed the out-dated assertion in THintWindow.ActivateHint. Issue #41535.

This commit is contained in:
wp_xyz 2025-03-17 19:19:02 +01:00
parent db6ecc23e3
commit 209c68264b

View File

@ -247,7 +247,6 @@ begin
FActivating := True; FActivating := True;
try try
Assert(ControlCount = 0, 'THintWindow.ActivateRendered: ControlCount > 0');
if Caption<>AHint then if Caption<>AHint then
Hide; // reduce flicker and start animation if hint changed Hide; // reduce flicker and start animation if hint changed
Caption := AHint; Caption := AHint;