Bug 588847 - Fix black screen by always hiding the viewBuffer [r=stechz]

--HG--
extra : rebase_source : 65d7378ab3a1bd6fd6384258afdbd4eea4929cc0
This commit is contained in:
Matt Brubeck 2010-08-20 13:07:40 -07:00
Родитель a12f970929
Коммит b98efd275d
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -240,6 +240,8 @@ AnimatedZoom.prototype._callback = function() {
/** Stop animation, zoom to point, and clean up. */
AnimatedZoom.prototype.finish = function() {
try {
Elements.viewBuffer.style.display = "none";
// resume live rendering
this.bv.resumeRendering(true);