wx.lib.customtreectrl patches from Andrea Gavana.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1816,7 +1816,6 @@ class CustomTreeCtrl(CT.CustomTreeCtrl):
|
||||
self.log.write("Beginning Drag..." + "\n")
|
||||
|
||||
event.Allow()
|
||||
event.Skip()
|
||||
|
||||
|
||||
def OnBeginRDrag(self, event):
|
||||
@@ -1826,7 +1825,6 @@ class CustomTreeCtrl(CT.CustomTreeCtrl):
|
||||
self.log.write("Beginning Right Drag..." + "\n")
|
||||
|
||||
event.Allow()
|
||||
event.Skip()
|
||||
|
||||
|
||||
def OnEndDrag(self, event):
|
||||
|
Reference in New Issue
Block a user