mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 06:48:00 +01:00
Bah.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user