mirror of
https://github.com/lubosz/overte.git
synced 2025-08-24 19:13:04 +02:00
Typo.
This commit is contained in:
parent
55182be99b
commit
e24eee897e
1 changed files with 0 additions and 6 deletions
|
@ -4899,12 +4899,6 @@ void Application::idle() {
|
|||
_idleLoopStdev.reset();
|
||||
}
|
||||
}
|
||||
|
||||
// This is done here so it won't be during a resize/move event
|
||||
if (_setGeometryRequested) {
|
||||
_setGeometryRequested = false;
|
||||
_window->setGeometry(requestedGeometry);
|
||||
}
|
||||
|
||||
_overlayConductor.update(secondsSinceLastUpdate);
|
||||
|
||||
|
|
Loading…
Reference in a new issue