Fix for stupid wxgtk stuff, why windows are still there when already destroyed?
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user