def OnMouseLeftDown(self, evt):
self.ldPos = evt.GetEventObject().ClientToScreen(evt.GetPosition())
- if wxPlatform == "__WXMSW__": # this is weird...
- self.wPos = self.GetParent().ClientToScreen(self.GetPosition())
- else:
- self.wPos = self.GetPosition()
+ self.wPos = self.GetPosition()
self.CaptureMouse()
def OnMouseMotion(self, evt):