mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
fix: ImGui ID Push/Pop mismatch when disabling inspector rows
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user