Fix possible status filters widget height problem

This commit is contained in:
Christophe Dumez 2011-06-11 13:00:33 +00:00
parent 83ce77b398
commit 8b2f7c4661
2 changed files with 8 additions and 28 deletions

View file

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