Skip to content
Snippets Groups Projects
Commit 9a5c3a29 authored by Vadim Savchuk's avatar Vadim Savchuk
Browse files

Fixed build.

--HG--
branch : product-engine
parent c75c247b
No related branches found
No related tags found
No related merge requests found
......@@ -613,7 +613,7 @@ void LLOutfitsList::applyFilterToTab(
{
// hide tab if its title doesn't pass filter
// and it has no visible items
tab->setVisible(!list->empty());
tab->setVisible(list->size() > 0);
// remove title highlighting because it might
// have been previously highlighted by less restrictive filter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment