Skip to content

Commit

Permalink
#6301: Make Show Definition work on inherited properties too
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jan 13, 2024
1 parent 5d0d366 commit f3e8002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiant/ui/einspector/ClassnamePropertyEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f3e8002

Please sign in to comment.