summaryrefslogtreecommitdiffstats
path: root/src/core/PopupWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/PopupWindow.cpp')
-rw-r--r--src/core/PopupWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/PopupWindow.cpp b/src/core/PopupWindow.cpp
index 6978b56..6c2c61d 100644
--- a/src/core/PopupWindow.cpp
+++ b/src/core/PopupWindow.cpp
@@ -26,7 +26,7 @@ PopupWindow::PopupWindow(QWindow* parent)
surfaceFormat.setAlphaBufferSize(8);
setFormat(surfaceFormat);
setClearBeforeRendering(true);
- setClearColor(QColor(Qt::transparent));
+ setColor(QColor(Qt::transparent));
}
void PopupWindow::showEvent(QShowEvent* ev)