fix: Hex editor selection not working correctly when setting base address

This commit is contained in:
WerWolv
2022-07-23 20:46:20 +02:00
parent 71a7ae70d0
commit c618eec843
2 changed files with 4 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ namespace hex::plugin::builtin {
ImGui::PushItemWidth(ImGui::GetContentRegionAvailWidth());
ImGui::InputTextWithHint("##filter", "Filter", this->m_currFilter);
ImGui::PopItemWidth();
ImGui::NewLine();
if (ImGui::BeginChild("##bookmarks")) {