Skip to content

Commit

Permalink
Revert "Resolve possible GSOD when opening MainMenu."
Browse files Browse the repository at this point in the history
Issue was caused by a skin change, and needs to be fixed there.

This reverts commit d7275db.
  • Loading branch information
WanWizard committed Sep 21, 2024
1 parent 1433414 commit a02a07c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/python/Components/Addons/MainMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ def selectionChanged(self):
if self.instance and hasattr(self, "source"):
self.source.setConnectedGuiElement(self)

def setFont(self, value):
self.font = parseFont(value, ((1, 1), (1, 1)))
self.l.setFont(0, self.font)

def setMinWidth(self, value):
self.minWidth = parseScale(value)

Expand Down

0 comments on commit a02a07c

Please sign in to comment.