Now updates newly added gramplet
svn: r14203
This commit is contained in:
parent
12bf567678
commit
5604176e73
@ -1184,6 +1184,9 @@ class GrampletView(PageView):
|
||||
self._popup_xy[0], self._popup_xy[1], 0)
|
||||
else:
|
||||
self.drop_widget(self.widget, gramplet, 0, 0, 0)
|
||||
if gramplet.pui:
|
||||
gramplet.pui.active = True
|
||||
gramplet.pui.update()
|
||||
else:
|
||||
print "Can't make gramplet of type '%s'." % name
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user