From 8d40e8553019c4f56387f25472097398560c9a58 Mon Sep 17 00:00:00 2001 From: micha Date: Mon, 3 Jul 2006 19:20:07 +0000 Subject: [PATCH] do repaint parent area of this control when this control is being destroyed, but parent is not (issue #1699) git-svn-id: trunk@9552 - --- lcl/include/control.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/lcl/include/control.inc b/lcl/include/control.inc index e2064dea1b..570fb20417 100644 --- a/lcl/include/control.inc +++ b/lcl/include/control.inc @@ -2348,7 +2348,6 @@ var begin if (Parent=nil) or (not Parent.HandleAllocated) or ([csLoading,csDestroying]*Parent.ComponentState<>[]) - or ([csLoading,csDestroying]*ComponentState<>[]) then exit; if (CtrlIsVisible or ((csDesigning in ComponentState)