summaryrefslogtreecommitdiffstats
path: root/tests/manual/lance/widgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/lance/widgets.h')
-rw-r--r--tests/manual/lance/widgets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/lance/widgets.h b/tests/manual/lance/widgets.h
index 106842d118..583d9e2455 100644
--- a/tests/manual/lance/widgets.h
+++ b/tests/manual/lance/widgets.h
@@ -178,7 +178,7 @@ public:
pt.begin(dev);
- PaintCommands paintCommands(m_commands, 800, 800);
+ PaintCommands paintCommands(m_commands, 800, 800, QImage::Format_ARGB32_Premultiplied);
paintCommands.setVerboseMode(m_verboseMode);
paintCommands.setCheckersBackground(m_checkersBackground);
paintCommands.setType(m_deviceType);