mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Merge pull request #617 from jrassa/grid-image-source-fix
Fix for GridView image source theme option
This commit is contained in:
commit
939bc817e6
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue