--- a/BeremizIDE.py Mon Jul 13 13:56:42 2020 +0200
+++ b/BeremizIDE.py Sat Apr 04 09:41:32 2020 +0200
@@ -103,7 +103,7 @@
--- a/controls/CustomStyledTextCtrl.py Mon Jul 13 13:56:42 2020 +0200
+++ b/controls/CustomStyledTextCtrl.py Sat Apr 04 09:41:32 2020 +0200
@@ -40,7 +40,7 @@
'other': 'new century schoolbook',
--- a/controls/LogViewer.py Mon Jul 13 13:56:42 2020 +0200
+++ b/controls/LogViewer.py Sat Apr 04 09:41:32 2020 +0200
@@ -339,7 +339,7 @@
if wx.Platform == '__WXMSW__':
self.Font = wx.Font(8, wx.SWISS, wx.NORMAL, wx.NORMAL, faceName='Courier New')
- self.Font = wx.Font(10, wx.SWISS, wx.NORMAL, wx.NORMAL, faceName='Courier')
+ self.Font = wx.Font(10, wx.SWISS, wx.NORMAL, wx.NORMAL, faceName='FreeMono') self.MessagePanel.Bind(wx.EVT_LEFT_UP, self.OnMessagePanelLeftUp)
self.MessagePanel.Bind(wx.EVT_RIGHT_UP, self.OnMessagePanelRightUp)
self.MessagePanel.Bind(wx.EVT_LEFT_DCLICK, self.OnMessagePanelLeftDCLick)
--- a/editors/ConfTreeNodeEditor.py Mon Jul 13 13:56:42 2020 +0200
+++ b/editors/ConfTreeNodeEditor.py Sat Apr 04 09:41:32 2020 +0200
@@ -48,7 +48,7 @@
'other': 'new century schoolbook',
--- a/editors/Viewer.py Mon Jul 13 13:56:42 2020 +0200
+++ b/editors/Viewer.py Sat Apr 04 09:41:32 2020 +0200
@@ -82,7 +82,7 @@
'other': 'new century schoolbook',