Skip to content

Commit

Permalink
Resolve #5112: Let the 'Matching skins' folder start in expanded stat…
Browse files Browse the repository at this point in the history
…e when showing the SkinChooser
  • Loading branch information
codereader committed Jan 7, 2020
1 parent fe96658 commit 34cb5b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions radiant/ui/einspector/SkinChooser.cpp
Expand Up @@ -238,6 +238,9 @@ void SkinChooser::populateSkins()
// Visit the tree populator in order to fill in the column data
SkinTreeVisitor visitor(_columns);
pop.forEachNode(visitor);

// Make sure the "matching skins" item is expanded
_treeView->Expand(matchingSkins.getItem());
}

std::string SkinChooser::getSelectedSkin()
Expand Down

0 comments on commit 34cb5b0

Please sign in to comment.