1
0
mirror of synced 2024-11-12 02:00:52 +01:00

fix: Crash after restarting ImHex

This commit is contained in:
WerWolv 2023-12-11 23:05:58 +01:00
parent e080164305
commit 690b0df932

View File

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