Skip to content

Commit

Permalink
#5623: Fix inherited properties having a big red block next to them w…
Browse files Browse the repository at this point in the history
…hen in merge mode
  • Loading branch information
codereader committed Jun 2, 2021
1 parent 7637228 commit 9705022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radiant/ui/einspector/EntityInspector.cpp
Expand Up @@ -1253,6 +1253,8 @@ void EntityInspector::addClassAttribute(const EntityClassAttribute& a)

row[_columns.name] = grey;
row[_columns.value] = grey;
row[_columns.oldValue] = std::string();
row[_columns.newValue] = std::string();

row[_columns.isInherited] = true;
row[_columns.hasHelpText] = hasDescription;
Expand Down

0 comments on commit 9705022

Please sign in to comment.