Bug 367623 - Places Bookmarks toolbar doesn't redraw properly after toolbar customizations, r=mano

This commit is contained in:
jminta%gmail.com 2007-02-13 13:52:03 +00:00
parent bc3a5a759b
commit fd9bd016a5

View File

@ -282,7 +282,10 @@
var t = this;
popup.popupShowingCallback = function() {t.chevronPopupShowing();};
this.updateChevron();
// This needs to be in a timeout to make sure our boxObject has time
// to get its proper size
var self = this;
setTimeout(function() { self.updateChevron(); }, 0);
]]></body>
</method>