1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 20:04:11 +01:00

Update zoom display on full zoom changed triggered outside of Pentadactyl.

This commit is contained in:
Kris Maglione
2011-08-07 14:55:55 -04:00
parent 1a53220597
commit 6739ab0ef0

View File

@@ -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();
}
},