Small batch queue thumb height fix

This commit is contained in:
Oliver Duis
2011-08-16 22:25:46 +02:00
parent 5e94740fec
commit fc0550e427
2 changed files with 2 additions and 2 deletions

View File

@@ -516,7 +516,7 @@ void ThumbBrowserBase::refreshThumbImages () {
#endif
int previewHeight = getCurrentThumbSize();
for (int i=0; i<fd.size(); i++) fd[i]->resize (previewHeight);// TODO!!! Might be performance bottleneck
for (int i=0; i<fd.size(); i++) fd[i]->resize (previewHeight);
}
redraw ();