Qt5: draw properly color of disabled TPanel. issue #38324

git-svn-id: trunk@64708 -
This commit is contained in:
zeljko 2021-03-01 10:58:17 +00:00
parent 7b9dcb0166
commit 5627557122

View File

@ -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;