when using SETM thumbs are recomputed when switching between File browser and Editor (Filmstrip) even if SameThumbSize=1 in preferences, fixes #4194. Thanks to @Hombre57 for the fix
This commit is contained in:
@@ -462,7 +462,7 @@ void ThumbBrowserEntryBase::resize (int h)
|
|||||||
width = bsw + 2 * sideMargin + 2 * borderWidth;
|
width = bsw + 2 * sideMargin + 2 * borderWidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( preh != old_preh || width != old_width ) {
|
if (preh != old_preh) {
|
||||||
delete [] preview;
|
delete [] preview;
|
||||||
preview = nullptr;
|
preview = nullptr;
|
||||||
refreshThumbnailImage ();
|
refreshThumbnailImage ();
|
||||||
|
Reference in New Issue
Block a user