...
authorpierre <ratinaud@univ-tlse2.fr>
Tue, 29 Oct 2024 16:40:43 +0000 (17:40 +0100)
committerpierre <ratinaud@univ-tlse2.fr>
Tue, 29 Oct 2024 16:40:43 +0000 (17:40 +0100)
guifunct.py

index 15cb28a..12726d6 100644 (file)
@@ -203,7 +203,7 @@ class PrefSimi ( wx.Dialog ):
             bSizer16.Add( listsizer, 1, wx.ALL|wx.EXPAND, 5)
             if selected is None :
                 maxsel = self.listcol.GetItemCount()
-                if maxsel > 200 : 
+                if maxsel > 200 :
                     maxsel = 200
                 for row in range(maxsel):
                     self.listcol.Select(row)