projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fae4e5c
)
...
author
pierre
<ratinaud@univ-tlse2.fr>
Mon, 14 Oct 2024 19:28:10 +0000
(21:28 +0200)
committer
pierre
<ratinaud@univ-tlse2.fr>
Mon, 14 Oct 2024 19:28:10 +0000
(21:28 +0200)
tree.py
patch
|
blob
|
history
diff --git
a/tree.py
b/tree.py
index
77c8efb
..
0ca3121
100755
(executable)
--- a/
tree.py
+++ b/
tree.py
@@
-865,7
+865,7
@@
class LeftTree(CT.CustomTreeCtrl):
def OnItemIcons(self, event):
bitmaps = [self.itemdict["normal"], self.itemdict["selected"],
self.itemdict["expanded"], self.itemdict["selexp"]]
- wx.BeginBusyCursor()
+ wx.BeginBusyCursor()
dlg = TreeIcons(self, -1, bitmaps=bitmaps)
wx.EndBusyCursor()
dlg.ShowModal()