feat: Added binary hex cell visualizer

Closes #939
This commit is contained in:
WerWolv
2023-02-18 22:20:02 +01:00
parent 774803492c
commit 0017cd2e40
8 changed files with 98 additions and 19 deletions

View File

@@ -300,6 +300,8 @@ namespace hex::plugin::builtin::ui {
if (!this->m_editingAddress.has_value())
this->m_editingCellType = CellType::None;
this->m_enteredEditingMode = false;
}
}
@@ -678,8 +680,6 @@ namespace hex::plugin::builtin::ui {
ImGui::EndTable();
}
ImGui::PopStyleVar();
this->m_enteredEditingMode = false;
}
void HexEditor::drawFooter(const ImVec2 &size) {