Merge branch 'master' of evefit.org:pyfa

This commit is contained in:
DarkPhoenix
2012-03-18 15:07:16 +04:00
2 changed files with 4 additions and 8 deletions

View File

@@ -384,8 +384,8 @@ class FittingView(d.Display):
self.PopupMenu(menu)
def click(self, event):
row, _ = self.HitTest(event.Position)
col = self.getColumn(event.Position)
row, _, col = self.HitTestSubItem(event.Position)
if row != -1 and col == self.getColIndex(State):
sel = []
curr = self.GetFirstSelected()