mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: Edit -> Jump To -> Current Pattern not always resetting request correctly
This commit is contained in:
@@ -1311,6 +1311,8 @@ namespace hex::ui {
|
||||
ImGui::EndTable();
|
||||
}
|
||||
|
||||
m_jumpToPattern = nullptr;
|
||||
|
||||
if (m_favoritesUpdateTask.isRunning()) {
|
||||
ImGuiExt::TextOverlay("hex.ui.pattern_drawer.updating"_lang, ImGui::GetWindowPos() + ImGui::GetWindowSize() / 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user