Skip to content

Commit

Permalink
fix missing background for clock
Browse files Browse the repository at this point in the history
  • Loading branch information
Strum committed Dec 9, 2017
1 parent 2de49eb commit 2ddf6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MentalMasterClock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ MentalMasterClockWidget::MentalMasterClockWidget() {
SVGPanel *panel = new SVGPanel();
panel->box.size = box.size;

panel->setBackground(SVG::load(assetPlugin(plugin,"res/MentalMasterClock2.svg")));
panel->setBackground(SVG::load(assetPlugin(plugin,"res/MentalMasterClock.svg")));
addChild(panel);
}

Expand Down

0 comments on commit 2ddf6b8

Please sign in to comment.