1
0
mirror of synced 2024-11-28 09:30:51 +01:00

fix: Edit -> Jump To -> Current Pattern not always resetting request correctly

This commit is contained in:
WerWolv 2024-05-10 22:18:21 +02:00
parent 8fae55487a
commit 12528d6e6e

View File

@ -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);
}