diff --git a/radiant/ui/einspector/ClassnamePropertyEditor.cpp b/radiant/ui/einspector/ClassnamePropertyEditor.cpp index dcfecb1ef..748c3f757 100644 --- a/radiant/ui/einspector/ClassnamePropertyEditor.cpp +++ b/radiant/ui/einspector/ClassnamePropertyEditor.cpp @@ -60,7 +60,7 @@ void ClassnamePropertyEditor::_onBrowseButton(wxCommandEvent& ev) void ClassnamePropertyEditor::_onShowDefinition(wxCommandEvent& ev) { - auto currentEclass = _entities.getSharedKeyValue(_key->getFullKey(), false); + auto currentEclass = _entities.getSharedKeyValue(_key->getFullKey(), true); auto eclass = GlobalEntityClassManager().findClass(currentEclass); if (eclass)