diff --git a/plugins/ui/source/ui/hex_editor.cpp b/plugins/ui/source/ui/hex_editor.cpp index 91100b933..f29cd7f54 100644 --- a/plugins/ui/source/ui/hex_editor.cpp +++ b/plugins/ui/source/ui/hex_editor.cpp @@ -704,8 +704,8 @@ namespace hex::ui { ImGui::EndTable(); ImGui::PopStyleVar(); } - ImGui::EndChild(); } + ImGui::EndChild(); m_shouldScrollToSelection = false; }