After using CP, the XO home palette is incorrectly scrolled (blank lines + missing item) #231

This commit is contained in:
Aleksey Lim 2009-09-18 08:09:14 +00:00
parent 2e3061dc10
commit 927c576e31

View File

@ -166,6 +166,7 @@ class Palette(PaletteWindow):
def __hide_cb(self, widget): def __hide_cb(self, widget):
logging.debug('__hide_cb') logging.debug('__hide_cb')
self.menu.set_active(False) self.menu.set_active(False)
self.menu.cancel()
self._secondary_anim.stop() self._secondary_anim.stop()
def __notify_invoker_cb(self, palette, pspec): def __notify_invoker_cb(self, palette, pspec):