From 209c68264bd68fbc3d3e22f08de95213892f446b Mon Sep 17 00:00:00 2001 From: wp_xyz Date: Mon, 17 Mar 2025 19:19:02 +0100 Subject: [PATCH] LCL/HintWindow: Removed the out-dated assertion in THintWindow.ActivateHint. Issue #41535. --- lcl/include/hintwindow.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/lcl/include/hintwindow.inc b/lcl/include/hintwindow.inc index 387466d87a..5116c15f6e 100644 --- a/lcl/include/hintwindow.inc +++ b/lcl/include/hintwindow.inc @@ -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;