mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Hiding data inspector rows graying out row above it
This commit is contained in:
@@ -237,12 +237,12 @@ namespace hex::plugin::builtin {
|
||||
grayedOut = true;
|
||||
}
|
||||
|
||||
ImGui::BeginDisabled(grayedOut);
|
||||
|
||||
ImGui::PushID(inspectorRowId);
|
||||
ImGui::TableNextRow();
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
ImGui::BeginDisabled(grayedOut);
|
||||
|
||||
// Render inspector row name
|
||||
ImGui::TextUnformatted(LangEntry(unlocalizedName));
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
Reference in New Issue
Block a user