mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 00:06:16 -07:00
Fix possible status filters widget height problem
This commit is contained in:
parent
83ce77b398
commit
8b2f7c4661
2 changed files with 8 additions and 28 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue