Skip to content

Commit

Permalink
wxGUI/preferences: fix setting command output font (#3187)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Sep 26, 2023
1 parent 508578d commit e34e16d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui/wxpython/gui_core/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -2035,7 +2035,6 @@ def OnSetOutputFont(self, event):
size = self.settings.Get(group="appearance", key="outputfont", subkey="size")
if size is None or size == 0:
size = 11
size = float(size)
if type is None or type == "":
type = "Courier"

Expand Down

0 comments on commit e34e16d

Please sign in to comment.