Fixed bevels going mentally insane on duplicate

This commit is contained in:
andreja6
2018-10-26 13:15:54 -07:00
parent c9bb2ae72b
commit ff5b855e12
3 changed files with 4 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ std::vector<PROPGRIDITEM> PVInstance::getProperties()
"Item",
"NameShown",
"This chooses whether the item name is shown",
false,
nameShown,
PIT_CHECK));
return properties;
}