mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-21 06:08:26 +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;
|
FHasPaint := True;
|
||||||
Result := QWidget_create;
|
Result := QWidget_create;
|
||||||
QWidget_setAttribute(Result, QtWA_NoMousePropagation);
|
QWidget_setAttribute(Result, QtWA_NoMousePropagation);
|
||||||
QWidget_setAutoFillBackground(Result, True);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TQtPage.EventFilter(Sender: QObjectH; Event: QEventH): Boolean; cdecl;
|
function TQtPage.EventFilter(Sender: QObjectH; Event: QEventH): Boolean; cdecl;
|
||||||
|
Loading…
Reference in New Issue
Block a user