projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aee9cb9
)
...
author
pierre
<ratinaud@univ-tlse2.fr>
Tue, 29 Oct 2024 16:40:43 +0000
(17:40 +0100)
committer
pierre
<ratinaud@univ-tlse2.fr>
Tue, 29 Oct 2024 16:40:43 +0000
(17:40 +0100)
guifunct.py
patch
|
blob
|
history
diff --git
a/guifunct.py
b/guifunct.py
index
15cb28a
..
12726d6
100644
(file)
--- a/
guifunct.py
+++ b/
guifunct.py
@@
-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)