aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/easingcurveeditor/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/easingcurveeditor/mainwindow.cpp b/tools/easingcurveeditor/mainwindow.cpp
index 569b74ae29..3bd5b3e88f 100644
--- a/tools/easingcurveeditor/mainwindow.cpp
+++ b/tools/easingcurveeditor/mainwindow.cpp
@@ -104,7 +104,7 @@ MainWindow::MainWindow(QWidget *parent) :
void MainWindow::showQuickView()
{
const int margin = 16;
- quickView.move(pos() + QPoint(0, frameGeometry().height() + margin));
+ quickView.setPos(pos() + QPoint(0, frameGeometry().height() + margin));
quickView.raise();
quickView.show();