BUGFIX: Fix alternative speed icon staying pressed when disabled

This commit is contained in:
Christophe Dumez
2010-12-05 19:56:38 +00:00
parent 09a3f78a28
commit 571465ff7e
2 changed files with 4 additions and 0 deletions

View File

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