summaryrefslogtreecommitdiff
path: root/lib/extensions/lettering.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/lettering.py
parentaee7e2f626574e4751f197c35268684cbf5ddee0 (diff)
wxpython version (#2360)
update windows and linux wxpython version to 4.2.1
Diffstat (limited to 'lib/extensions/lettering.py')
-rw-r--r--lib/extensions/lettering.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/extensions/lettering.py b/lib/extensions/lettering.py
index c0072644..fec48100 100644
--- a/lib/extensions/lettering.py
+++ b/lib/extensions/lettering.py
@@ -100,12 +100,6 @@ class LetteringFrame(wx.Frame):
self.load_settings()
self.apply_settings()
- def InitLocale(self):
- # 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")
-
def load_settings(self):
"""Load the settings saved into the SVG group element"""