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,
|
fill,
|
||||||
padding,
|
padding,
|
||||||
pack)
|
pack)
|
||||||
if oldstate is "minimized" and self.pui:
|
if self.pui and self.pui.dirty:
|
||||||
if self.pui.dirty:
|
self.pui.update()
|
||||||
self.pui.update()
|
|
||||||
|
|
||||||
def change_state(self, obj):
|
def change_state(self, obj):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user