Skip to content

Commit 8b60d38

Browse files
committed
don't updategrid on zoom/dirloaded
1 parent a3325c1 commit 8b60d38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fm/src/actiondefs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ void MainWindow::zoomInAction()
591591
}
592592

593593
status->showMessage(QString(tr("Zoom: %1")).arg(zoomLevel));
594-
updateGrid();
594+
//updateGrid();
595595
}
596596

597597
//---------------------------------------------------------------------------

fm/src/mainwindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ void MainWindow::dirLoaded()
708708
statusDate->setText(QString("%1").arg(total));
709709

710710
if (thumbsAct->isChecked()) { QtConcurrent::run(modelList,&myModel::loadThumbs,items); }
711-
updateGrid();
711+
//updateGrid();
712712
}
713713

714714
//---------------------------------------------------------------------------

0 commit comments

Comments
 (0)