mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Fix possible status filters widget height problem
This commit is contained in:
@@ -711,9 +711,6 @@ void MainWindow::on_actionAbout_triggered() {
|
||||
void MainWindow::showEvent(QShowEvent *e) {
|
||||
qDebug("** Show Event **");
|
||||
|
||||
// Update status filters list height
|
||||
transferListFilters->getStatusFilters()->updateHeight();
|
||||
|
||||
if(getCurrentTabWidget() == transferList) {
|
||||
properties->loadDynamicData();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user