From 92219c3a35c228ea03f74f875a34a9baf07c010b Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Mon, 1 May 2017 12:04:59 +0200 Subject: [PATCH] Window on top again --- cropeditor/cropview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cropeditor/cropview.cpp b/cropeditor/cropview.cpp index e01a12e..5f383bd 100644 --- a/cropeditor/cropview.cpp +++ b/cropeditor/cropview.cpp @@ -5,7 +5,7 @@ CropView::CropView(QGraphicsScene *scene) : QGraphicsView(scene) setFrameShape(QFrame::NoFrame); // Time taken to solve: A george99g and 38 minutes. setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff); - // setWindowFlags(Qt::WindowStaysOnTopHint | Qt::CustomizeWindowHint); + setWindowFlags(Qt::WindowStaysOnTopHint | Qt::CustomizeWindowHint); } void CropView::keyPressEvent(QKeyEvent *e)