fix: Crash after restarting ImHex

This commit is contained in:
WerWolv 2023-12-11 23:05:58 +01:00
parent e080164305
commit 690b0df932
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ namespace hex {
void WorkspaceManager::reset() {
s_workspaces.clear();
s_currentWorkspace = {};
s_currentWorkspace = WorkspaceManager::s_workspaces.end();
}