2 coffees for cnc, please.

This commit is contained in:
HomeWorld
2010-11-22 23:20:43 +02:00
parent 2446c6718c
commit 5054218a92

View File

@@ -1407,12 +1407,7 @@ class FitItem(wx.Window):
handler("fit", self.fitID)
break
else:
newWnd = targetWnd.Parent
if wnd == newWnd:
break
wnd = newWnd
wnd = wnd.Parent
event.Skip()
return