From 6c1a7d2ec932bc5786fd96ad4e36149d9f9a30af Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 12 Jun 2023 18:23:51 +0200 Subject: wxpython version (#2360) update windows and linux wxpython version to 4.2.1 --- lib/extensions/lettering.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/extensions/lettering.py') 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""" -- cgit v1.2.3