1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge remote-tracking branch 'PKEv/add_150ms'

This commit is contained in:
agilob 2015-09-29 19:05:57 +01:00
commit 3fcc4857bd
No known key found for this signature in database
GPG Key ID: 296F0B764741106C

View File

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