LCL: Win32: Groupbox disabled painted when parent is disabled.

git-svn-id: branches/fixes_1_8@58495 -
This commit is contained in:
michl 2018-07-12 08:55:20 +00:00
parent fe48156563
commit edff405905

View File

@ -538,7 +538,7 @@ begin
begin
Info := GetWin32WindowInfo(Window);
if Assigned(Info) and (Info^.WinControl is TCustomGroupBox)
and not TCustomGroupBox(Info^.WinControl).Enabled then
and not Info^.WinControl.IsEnabled then
begin
GroupBox := TCustomGroupBox(Info^.WinControl);
DC := Windows.GetDC(Window);