...
authorpierre <ratinaud@univ-tlse2.fr>
Mon, 14 Oct 2024 19:28:10 +0000 (21:28 +0200)
committerpierre <ratinaud@univ-tlse2.fr>
Mon, 14 Oct 2024 19:28:10 +0000 (21:28 +0200)
tree.py

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()