mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-14 11:29:37 +02:00
Tweaking timing of geometry restoration
This commit is contained in:
parent
a260be9a4d
commit
fccb07dc93
1 changed files with 1 additions and 1 deletions
|
@ -4867,7 +4867,7 @@ void Application::unsetFullscreen() {
|
|||
_window->showNormal();
|
||||
#ifdef Q_OS_MAC
|
||||
QTimer* timer = new QTimer();
|
||||
timer->singleShot(1000, [=] {
|
||||
timer->singleShot(2000, [=] {
|
||||
_window->setGeometry(_savedGeometry);
|
||||
timer->deleteLater();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue