Skip to content

Commit

Permalink
Merge pull request #116 from jrassa/carousel-fix
Browse files Browse the repository at this point in the history
Fix for carousel theming
  • Loading branch information
joolswills committed Apr 7, 2017
2 parents 4cc0ced + 7b8192c commit 848788d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions es-app/src/views/SystemView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ void SystemView::getViewElements(const std::shared_ptr<ThemeData>& theme)

getDefaultElements();

if (!theme->hasView("system"))
return;

const ThemeData::ThemeElement* carouselElem = theme->getElement("system", "systemcarousel", "carousel");
if (carouselElem)
getCarouselFromTheme(carouselElem);
Expand Down

0 comments on commit 848788d

Please sign in to comment.