1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 06:48:00 +01:00
This commit is contained in:
Kris Maglione
2013-02-10 14:07:59 -08:00
parent 46badc994c
commit e3a0d2424f

View File

@@ -245,7 +245,7 @@ var CommandWidgets = Class("CommandWidgets", {
[this.commandbar.container, this.statusbar.container].forEach(check);
// Work around a redrawing bug.
if (changed && util.haveGecko("16")) {
if (changed && config.haveGecko("16")) {
util.delay(function () {
// Urgh.
statusline.statusBar.style.paddingRight = "1px";