mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
feat: Added highlighting rules
This commit is contained in:
@@ -142,6 +142,10 @@ namespace hex::init {
|
||||
|
||||
fs::setFileBrowserErrorCallback(nullptr);
|
||||
|
||||
// Unlock font atlas so it can be deleted in case of a crash
|
||||
if (ImGui::GetCurrentContext() != nullptr)
|
||||
ImGui::GetIO().Fonts->Locked = false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user