Merge pull request #617 from jrassa/grid-image-source-fix

Fix for GridView image source theme option
This commit is contained in:
John Rassa 2019-11-14 22:49:38 -05:00 committed by GitHub
commit 939bc817e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,6 +179,8 @@ void GridGameListView::onThemeChanged(const std::shared_ptr<ThemeData>& theme)
mDescription.setSize(mDescContainer.getSize().x(), 0);
mDescription.applyTheme(theme, getName(), "md_description", ALL ^ (POSITION | ThemeFlags::SIZE | ThemeFlags::ORIGIN | TEXT | ROTATION));
populateList(mRoot->getChildrenListToDisplay());
sortChildren();
}