fix: Crash after restarting ImHex
This commit is contained in:
parent
e080164305
commit
690b0df932
@ -94,7 +94,7 @@ namespace hex {
|
||||
|
||||
void WorkspaceManager::reset() {
|
||||
s_workspaces.clear();
|
||||
s_currentWorkspace = {};
|
||||
s_currentWorkspace = WorkspaceManager::s_workspaces.end();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user