зеркало из https://github.com/mozilla/pjs.git
Add front-end workaround for: Bug 640158 - Clicking star button changes toolbar's icon size from "small" to "large". r=mak
This commit is contained in:
Родитель
8b17a93093
Коммит
0828e76fa7
|
@ -171,6 +171,9 @@ var StarUI = {
|
|||
_anchorElement: aAnchorElement,
|
||||
_position: aPosition,
|
||||
observe: function (aSubject, aTopic, aData) {
|
||||
//XXX We just caused localstore.rdf to be re-applied (bug 640158)
|
||||
retrieveToolbarIconsizesFromTheme();
|
||||
|
||||
this._self._overlayLoading = false;
|
||||
this._self._overlayLoaded = true;
|
||||
this._self._doShowEditBookmarkPanel(this._itemId, this._anchorElement,
|
||||
|
|
Загрузка…
Ссылка в новой задаче