Added selected addresses to hex editor footer

This (and the two previous commits) fixes #99
This commit is contained in:
WerWolv
2020-12-21 15:20:57 +01:00
parent d6c5e3dc3e
commit b9324f44e6
2 changed files with 14 additions and 0 deletions

View File

@@ -109,6 +109,8 @@ namespace hex {
if (dataSize != 0x00) {
ImGui::Begin("Hex Editor");
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();
ImGui::Text("Page %d / %d", this->m_dataProvider->getCurrentPage() + 1, this->m_dataProvider->getPageCount());
ImGui::SameLine();