LCL-CustomDrawn: Dont consider invisible controls to disable drawing covered controls

git-svn-id: trunk@36704 -
This commit is contained in:
sekelsenmat 2012-04-10 09:43:41 +00:00
parent 80721245e5
commit a9e7650b4e

View File

@ -1059,6 +1059,9 @@ begin
if not (lChild is TWinControl) then Continue;
lWinChild := TWinControl(lChild);
// Ignore invisible controls
if not lWinChild.Visible then Continue;
// ToDo: Ignore alpha blended controls
// Basic case: alClient