Speed-up for right-click menu
svn: r14681
This commit is contained in:
parent
669db7237e
commit
4442a33f96
@ -542,6 +542,7 @@ class FanChartWidget(gtk.Widget):
|
||||
text, person, parents, child = self.data[generation][selected]
|
||||
if person and self.context_popup_callback:
|
||||
self.context_popup_callback(widget, event, person.handle)
|
||||
return True
|
||||
self.queue_draw()
|
||||
return True
|
||||
|
||||
|
@ -558,6 +558,7 @@ class FanChartWidget(gtk.Widget):
|
||||
text, person, parents, child = self.data[generation][selected]
|
||||
if person and self.context_popup_callback:
|
||||
self.context_popup_callback(widget, event, person.handle)
|
||||
return True
|
||||
self.queue_draw()
|
||||
return True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user