From 1e6152aa92c9c78872c9f65469b230ab891aa870 Mon Sep 17 00:00:00 2001 From: Capocchi L Date: Wed, 3 Mar 2021 22:14:37 +0100 Subject: [PATCH] bug fixe --- PreferencesGUI.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PreferencesGUI.py b/PreferencesGUI.py index 7f6b9f97..c9581981 100644 --- a/PreferencesGUI.py +++ b/PreferencesGUI.py @@ -618,8 +618,7 @@ class Preferences(wx.Toolbook): """ def __init__(self, parent): - """ - Constructor. + """Constructor. """ wx.Toolbook.__init__(self, parent, wx.NewIdRef(), style=wx.BK_DEFAULT)