More work on graphs

This commit is contained in:
cncfanatics
2010-11-12 12:01:55 +01:00
parent 1006aec8a6
commit 72a49fcd6f
4 changed files with 54 additions and 20 deletions

View File

@@ -151,7 +151,8 @@ class ProjectedView(d.Display):
context = ("projectedFit",)
menu = ContextMenu.getMenu((item,), *context)
self.PopupMenu(menu)
if menu is not None:
self.PopupMenu(menu)
def remove(self, event):
row, _ = self.HitTest(event.Position)