mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 12:23:51 +02:00
Qt: dont set autofillbackground for native widgets (HasPaint=False) during design time.
git-svn-id: trunk@16440 -
This commit is contained in:
parent
bd60b6c4c1
commit
5a470061ce
@ -1369,6 +1369,7 @@ begin
|
||||
|
||||
if (csDesigning in LCLObject.ComponentState) and not
|
||||
(Self is TQtMainWindow) and
|
||||
HasPaint and
|
||||
getAutoFillBackground then
|
||||
setAutoFillBackground(False);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user