mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 05:28:17 +02:00
LCL/HintWindow: Removed the out-dated assertion in THintWindow.ActivateHint. Issue #41535.
This commit is contained in:
parent
db6ecc23e3
commit
209c68264b
@ -247,7 +247,6 @@ begin
|
||||
|
||||
FActivating := True;
|
||||
try
|
||||
Assert(ControlCount = 0, 'THintWindow.ActivateRendered: ControlCount > 0');
|
||||
if Caption<>AHint then
|
||||
Hide; // reduce flicker and start animation if hint changed
|
||||
Caption := AHint;
|
||||
|
Loading…
Reference in New Issue
Block a user