diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-10-23 09:17:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-23 09:17:17 +0200 |
| commit | 27d2fcecaaec7ab3b153981a77f53a9eda8a8add (patch) | |
| tree | 11c6ae70035a8445b513fc1eee7dae6ddefcc356 /lib/extensions/params.py | |
| parent | 11cde9062ee13b64f665b0ef9313c286da05fdfe (diff) | |
Lettering: add font size filter (#1854)
* auto-update scale on font selection with an active filter
Diffstat (limited to 'lib/extensions/params.py')
| -rw-r--r-- | lib/extensions/params.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/params.py b/lib/extensions/params.py index b60183e5..df62128f 100644 --- a/lib/extensions/params.py +++ b/lib/extensions/params.py @@ -411,7 +411,7 @@ 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('win32'): + if sys.platform.startswith('win'): import locale locale.setlocale(locale.LC_ALL, "C") lc = wx.Locale() |
