Skip to content

Commit

Permalink
#3250: Fix Linux compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jan 15, 2021
1 parent 0e20af8 commit afb08f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/wxutil/dataview/ResourceTreeView.cpp
Expand Up @@ -283,7 +283,7 @@ void ResourceTreeView::ClearFilterText()
{
_filterText.clear();

Rebuild();
UpdateTreeVisibility();
}

std::string ResourceTreeView::GetSelectedFullname()
Expand Down

0 comments on commit afb08f6

Please sign in to comment.