Qt: removed setAutoFillBackground() from TQtPage (does not paint on win32 theme well)

git-svn-id: trunk@18587 -
This commit is contained in:
zeljko 2009-02-05 15:55:28 +00:00
parent 1926d5b439
commit dbb0d5b97d

View File

@ -9024,7 +9024,6 @@ begin
FHasPaint := True;
Result := QWidget_create;
QWidget_setAttribute(Result, QtWA_NoMousePropagation);
QWidget_setAutoFillBackground(Result, True);
end;
function TQtPage.EventFilter(Sender: QObjectH; Event: QEventH): Boolean; cdecl;