Redraw initially closed, then maximized gramplet
svn: r14161
This commit is contained in:
parent
ec414b933c
commit
4501b036df
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user