mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 16:37:54 +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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user