- additional fix for last commit.

This commit is contained in:
Fledge68 2018-09-26 14:59:24 -05:00
parent a800913deb
commit d37b77e2d7
2 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

After

Width:  |  Height:  |  Size: 3.3 MiB

View File

@ -153,6 +153,8 @@ void CMenu::_getGameCategories(void)
m_categories.at(k) = '1';
}
}
else
m_cat.remove(catDomain, hdr->type == TYPE_PLUGIN? pluginID : id);
m_btnMgr.setText(m_categoryLblTitle, CoverFlow.getTitle());
}