Small batch queue thumb height fix
This commit is contained in:
@@ -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 ();
|
||||
|
Reference in New Issue
Block a user