fix: Edit -> Jump To -> Current Pattern not always resetting request correctly
This commit is contained in:
parent
8fae55487a
commit
12528d6e6e
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user