mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Crash after restarting ImHex
This commit is contained in:
@@ -94,7 +94,7 @@ namespace hex {
|
||||
|
||||
void WorkspaceManager::reset() {
|
||||
s_workspaces.clear();
|
||||
s_currentWorkspace = {};
|
||||
s_currentWorkspace = WorkspaceManager::s_workspaces.end();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user