From 52d991225cdb110d4a222ba1407c02560c075593 Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Mon, 24 Jul 2017 20:19:30 +0200 Subject: [PATCH] Make the menu not visible in screenshots --- cropeditor/cropscene.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cropeditor/cropscene.cpp b/cropeditor/cropscene.cpp index 3a21568..8dc2c93 100644 --- a/cropeditor/cropscene.cpp +++ b/cropeditor/cropscene.cpp @@ -380,6 +380,7 @@ void CropScene::done(bool notEsc) { hint->setVisible(false); rect->setPen(QPen(Qt::NoPen)); magnifier->setVisible(false); + proxyMenu->setVisible(false); cursorItem->setVisible(false); magnifierBox->setVisible(false); magnifierHint->setVisible(false);