search_controller: pass thumbnail path to set_pixmap

This commit is contained in:
pax 2026-04-11 22:40:53 -05:00
parent 738ece9cd5
commit a73c2d6b02

View File

@ -506,7 +506,7 @@ class SearchController:
if 0 <= index < len(thumbs):
pix = QPixmap(path)
if not pix.isNull():
thumbs[index].set_pixmap(pix)
thumbs[index].set_pixmap(pix, path)
# -- Autocomplete --