diff --git a/common/content/events.js b/common/content/events.js index 0b9d5f47..3e31103b 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -1494,6 +1494,7 @@ var Events = Module("events", { dactyl.triggerObserver("fullscreen", this._fullscreen); autocommands.trigger("Fullscreen", { url: this._fullscreen ? "on" : "off", state: this._fullscreen }); } + statusline.updateZoomLevel(); } },