fix: ImGui ID Push/Pop mismatch when disabling inspector rows
This commit is contained in:
parent
4fd65403c0
commit
32a8fcb84d
@ -305,11 +305,12 @@ namespace hex::plugin::builtin {
|
||||
inspectorRowId++;
|
||||
};
|
||||
|
||||
ImGui::PushID(inspectorRowId);
|
||||
|
||||
bool grayedOut = m_hiddenValues.contains(entry.filterValue);
|
||||
if (!m_tableEditingModeEnabled && grayedOut)
|
||||
continue;
|
||||
|
||||
ImGui::PushID(inspectorRowId);
|
||||
ImGui::TableNextRow();
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user