mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
Qt5: draw properly color of disabled TPanel. issue #38324
git-svn-id: trunk@64708 -
This commit is contained in:
parent
7b9dcb0166
commit
5627557122
@ -8478,7 +8478,7 @@ end;
|
||||
|
||||
function TQtFrame.CanPaintBackground: Boolean;
|
||||
begin
|
||||
Result := CanSendLCLMessage and getEnabled and
|
||||
Result := CanSendLCLMessage and {getEnabled and}
|
||||
(LCLObject.Color <> clBackground) and (LCLObject.Color <> clDefault);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user