mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Simple order fix
This commit is contained in:
@@ -220,9 +220,9 @@ VMManagerClientSocket::eventFilter(QObject *obj, QEvent *event)
|
||||
clientRunningStateChanged(running_state);
|
||||
window_blocked = true;
|
||||
} else if (event->type() == QEvent::WindowUnblocked) {
|
||||
window_blocked = false;
|
||||
running_state = dopause ? VMManagerProtocol::RunningState::Paused : VMManagerProtocol::RunningState::Running;
|
||||
clientRunningStateChanged(running_state);
|
||||
window_blocked = false;
|
||||
}
|
||||
}
|
||||
return QObject::eventFilter(obj, event);
|
||||
|
||||
Reference in New Issue
Block a user