Make the menu not visible in screenshots

This commit is contained in:
ArsenArsen 2017-07-24 20:19:30 +02:00
parent bf0bed2e29
commit 52d991225c
1 changed files with 1 additions and 0 deletions

View File

@ -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);