Skip to content

Commit

Permalink
Merged pull request #2 into master.
Browse files Browse the repository at this point in the history
  • Loading branch information
matzman666 committed Dec 10, 2015
2 parents d169f4c + e026b91 commit c29ee6f
Show file tree
Hide file tree
Showing 5 changed files with 945 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pypipboyapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def _genSlotSetStyles(app, name):


def setStyle(self, name):
if name == 'default':
if (name == 'default' or not name in self.styles):
self.setStyleSheet('')
else:
style = self.styles[name]
Expand Down
Loading

0 comments on commit c29ee6f

Please sign in to comment.