...
authorpierre <ratinaud@univ-tlse2.fr>
Sun, 13 Oct 2024 15:33:22 +0000 (17:33 +0200)
committerpierre <ratinaud@univ-tlse2.fr>
Sun, 13 Oct 2024 15:33:22 +0000 (17:33 +0200)
guiparam3d.py
tree.py

index d0bc78e..329bdd6 100755 (executable)
@@ -55,7 +55,7 @@ class param3d(wx.Panel):
         sizer_5 = wx.BoxSizer(wx.VERTICAL)
         sizer_3.Add(self.label_2, 0, wx.ALIGN_CENTER_HORIZONTAL, 0)
         sizer_3.Add(wx.StaticLine(self,-1), 0, wx.EXPAND,0)
-        sizer_5.Add(self.label_3, 0, wx.ALIGN_LEFT|wx.ALIGN_CENTER_VERTICAL, 0)
+        sizer_5.Add(self.label_3, 0, wx.ALIGN_LEFT, 0)
         sizer_5.Add(self.Check1, 0, wx.ALIGN_LEFT, 0)
         sizer_5.Add(self.Check2, 0, wx.ALIGN_LEFT, 0)
         sizer_5.Add(self.Check3, 0, wx.ALIGN_LEFT, 0)
diff --git a/tree.py b/tree.py
index 2fdd137..77c8efb 100755 (executable)
--- a/tree.py
+++ b/tree.py
@@ -1069,7 +1069,7 @@ class LeftTree(CT.CustomTreeCtrl):
         #        pydata = self.GetPyData(item)
         #        print pydata
         #        self.log.info("OnLeftDClick: Cannot Start Manual Editing, Missing Style TR_EDIT_LABELS\n")
-        event.Skip()                
+        event.Skip()
 
     def OnItemExpanded(self, event):
         item = event.GetItem()