Fix for stupid wxgtk stuff, why windows are still there when already destroyed?

This commit is contained in:
HomeWorld
2010-11-05 17:54:17 +02:00
parent a62eee8f9b
commit 509baaa84f

View File

@@ -1516,6 +1516,8 @@ class FitItem(wx.Window):
else:
self.dragMotionTrigger -= 1
if self.dragWindow:
pos.x += 3
pos.y += 3
self.dragWindow.SetPosition(pos)
return