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

@@ -1,3 +1,6 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.5.2
- BUGFIX: Fix alternative speed icon staying pressed when disabled
* Sun Dec 5 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.5.1
- BUGFIX: Fix possible crash when right-clicking on a torrent

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