From 0f66d4327288f2dcdc8f2b6bcce77eacb1a451e3 Mon Sep 17 00:00:00 2001 From: Scott Gilbertson Date: Sun, 7 Jan 2024 10:09:45 -0500 Subject: [PATCH] Update destination preview whenever the save format changes. --- rtgui/batchqueuepanel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtgui/batchqueuepanel.cc b/rtgui/batchqueuepanel.cc index 59201d9f3..fb6e37c46 100644 --- a/rtgui/batchqueuepanel.cc +++ b/rtgui/batchqueuepanel.cc @@ -397,4 +397,5 @@ void BatchQueuePanel::pathFolderChanged () void BatchQueuePanel::formatChanged(const Glib::ustring& format) { options.saveFormatBatch = saveFormatPanel->getFormat(); + batchQueue->updateDestinationPathPreview(); }