Skip to content

Commit d8c468a

Browse files
committed
iop_order: write sidecar file, needed when lt refresh a thumb.
1 parent 7059a8e commit d8c468a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/common/iop_order.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,11 @@ int dt_ioppr_convert_onthefly(const int imgid)
15671567
}
15681568
sqlite3_finalize(stmt);
15691569

1570+
// now let's write the corresponding sidecar file which is also
1571+
// broken. this is needed when the lighttable refresh a thumb and
1572+
// the conversion happens.
1573+
dt_image_write_sidecar_file(imgid);
1574+
15701575
return my_iop_order_version;
15711576
}
15721577

0 commit comments

Comments
 (0)