mirror of https://github.com/WerWolv/ImHex.git
fix: Platform window not being updated when recovering from a crash
This commit is contained in:
parent
0cb10fcc34
commit
296af748ee
|
@ -158,6 +158,7 @@ namespace hex {
|
|||
} catch (...) {
|
||||
ImGui::ErrorCheckEndFrameRecover(errorRecoverLogCallback, nullptr);
|
||||
ImGui::EndFrame();
|
||||
ImGui::UpdatePlatformWindows();
|
||||
handleException();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue