Browse Source

Fix alternative speed icon staying pressed when disabled

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
c80e95b219
  1. 1
      src/statusbar.h

1
src/statusbar.h

@ -214,6 +214,7 @@ public slots: @@ -214,6 +214,7 @@ public slots:
} else {
altSpeedsBtn->setIcon(QIcon(":/Icons/slow_off.png"));
altSpeedsBtn->setToolTip(tr("Click to enable alternative speed limits"));
altSpeedsBtn->setDown(false);
}
}

Loading…
Cancel
Save