mirror of https://github.com/WerWolv/ImHex.git
Also rename data inspector window
This commit is contained in:
parent
e3b6cfd54f
commit
28bb28b79c
|
@ -99,7 +99,7 @@ namespace hex {
|
|||
}
|
||||
|
||||
|
||||
if (ImGui::Begin("Data Preview", &this->m_windowOpen)) {
|
||||
if (ImGui::Begin("Data Inspector", &this->m_windowOpen)) {
|
||||
if (this->m_dataProvider != nullptr && this->m_dataProvider->isReadable()) {
|
||||
if (ImGui::BeginChild("##scrolling")) {
|
||||
if (ImGui::BeginTable("##datainspector", 2, ImGuiTableFlags_Borders | ImGuiTableFlags_Resizable | ImGuiTableFlags_RowBg)) {
|
||||
|
|
Loading…
Reference in New Issue