Fix alternative speed icon staying pressed when disabled

This commit is contained in:
Christophe Dumez 2010-12-05 19:53:02 +00:00
parent 879f59c922
commit c80e95b219

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