summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/windowtransparency/windowtransparency.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/windowtransparency/windowtransparency.cpp b/tests/manual/windowtransparency/windowtransparency.cpp
index cac3449fb6..af9ccba707 100644
--- a/tests/manual/windowtransparency/windowtransparency.cpp
+++ b/tests/manual/windowtransparency/windowtransparency.cpp
@@ -86,7 +86,7 @@ public:
prog.bind();
QOpenGLFunctions *functions = gl->functions();
- functions->glClearColor(0, 0, 0, 1);
+ functions->glClearColor(0, 0, 0, 0);
functions->glClear(GL_COLOR_BUFFER_BIT);
functions->glViewport(0, 0, width(), height());