diff --git a/radiant/entityinspector.cpp b/radiant/entityinspector.cpp index e8ac20b8..209dbd72 100644 --- a/radiant/entityinspector.cpp +++ b/radiant/entityinspector.cpp @@ -956,6 +956,7 @@ void EntityInspector_setEntityClass( EntityClass *eclass ){ delete item->widget(); delete item; } + g_attributeBox->update(); // trigger scrollbar update GlobalEntityAttributes_clear(); for ( const EntityClassAttributePair &pair : eclass->m_attributes )