Say no to print.

This commit is contained in:
HomeWorld
2010-11-04 23:09:50 +02:00
parent 25f7c4813d
commit f443beba32

View File

@@ -1499,7 +1499,7 @@ class FitItem(wx.Window):
msrect.y = mspos.y
msrect.height -= fvrect.height
fvrect.y -= msrect.height
print fvrect, msrect, pos
if fvrect.Contains(pos):
wx.PostEvent(self.mainFrame, FitSelected(fitID=self.fitID))
elif msrect.Contains(pos):