From ab39b32ea5fc835ec07279bd7404e4be9fe76ea6 Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Fri, 28 Apr 2017 16:39:53 +0200 Subject: [PATCH] Revert hints --- cropeditor/cropview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cropeditor/cropview.cpp b/cropeditor/cropview.cpp index 924c11d..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::BypassWindowManagerHint | Qt::WindowStaysOnTopHint | Qt::FramelessWindowHint | Qt::Tool); + setWindowFlags(Qt::WindowStaysOnTopHint | Qt::CustomizeWindowHint); } void CropView::keyPressEvent(QKeyEvent *e)