summaryrefslogtreecommitdiff
path: root/lib/extensions/params.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-06-12 18:23:51 +0200
committerGitHub <noreply@github.com>2023-06-12 18:23:51 +0200
commit6c1a7d2ec932bc5786fd96ad4e36149d9f9a30af (patch)
treef1baa6d439863c530eaec126a0f918c5fb7a2836 /lib/extensions/params.py
parentaee7e2f626574e4751f197c35268684cbf5ddee0 (diff)
wxpython version (#2360)
update windows and linux wxpython version to 4.2.1
Diffstat (limited to 'lib/extensions/params.py')
-rw-r--r--lib/extensions/params.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/extensions/params.py b/lib/extensions/params.py
index 12d38232..540cc7bb 100644
--- a/lib/extensions/params.py
+++ b/lib/extensions/params.py
@@ -472,13 +472,6 @@ class ParamsTab(ScrolledPanel):
class SettingsFrame(wx.Frame):
def __init__(self, *args, **kwargs):
- # This is necessary because of https://github.com/inkstitch/inkstitch/issues/1186
- if sys.platform.startswith('win'):
- import locale
- locale.setlocale(locale.LC_ALL, "C")
- lc = wx.Locale()
- lc.Init(wx.LANGUAGE_DEFAULT)
-
self.tabs_factory = kwargs.pop('tabs_factory', [])
self.cancel_hook = kwargs.pop('on_cancel', None)
self.metadata = kwargs.pop('metadata', [])