diff --git a/src/widget/tool/screenshotgrabber.cpp b/src/widget/tool/screenshotgrabber.cpp index e521e31e5..b6b3a153f 100644 --- a/src/widget/tool/screenshotgrabber.cpp +++ b/src/widget/tool/screenshotgrabber.cpp @@ -97,7 +97,7 @@ bool ScreenshotGrabber::handleKeyPress(QKeyEvent* event) this->window->setVisible(false); this->window->resetCachedContent(); // Give the window manager a moment to hide windows - QTimer::singleShot(200, this, SLOT(reInit())); + QTimer::singleShot(350, this, SLOT(reInit())); } else