Redraw initially closed, then maximized gramplet

svn: r14161
This commit is contained in:
Doug Blank 2010-01-29 12:41:55 +00:00
parent ec414b933c
commit 4501b036df

View File

@ -422,9 +422,8 @@ class GuiGramplet(object):
fill,
padding,
pack)
if oldstate is "minimized" and self.pui:
if self.pui.dirty:
self.pui.update()
if self.pui and self.pui.dirty:
self.pui.update()
def change_state(self, obj):
"""