Bug 599501 Browser fights me when I try to zoom r=mfinkle

This commit is contained in:
Benjamin Stover 2010-09-24 17:40:45 -07:00
Родитель fedc1c1552
Коммит 51e48520d3
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -358,7 +358,9 @@
// (as opposed to one of its iframes).
if (this.feeds && aMessage.target == this)
this.feeds = null;
this.scale = 1;
if (aMessage.windowId == this.contentWindowId)
this.scale = 1;
]]>
</body>
</method>