mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-19 20:48:16 +02:00
Qt: removed setAutoFillBackground() from TQtPage (does not paint on win32 theme well)
git-svn-id: trunk@18587 -
This commit is contained in:
parent
1926d5b439
commit
dbb0d5b97d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user