Refinements on statusbar update; only updated when really necessary; fixed bug in updating when db is closed
svn: r14141
This commit is contained in:
@@ -422,7 +422,8 @@ class GuiGramplet(object):
|
||||
padding,
|
||||
pack)
|
||||
if oldstate is "minimized" and self.pui:
|
||||
self.pui.update()
|
||||
if self.pui.dirty:
|
||||
self.pui.update()
|
||||
|
||||
def change_state(self, obj):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user