Solving issue 1657: "Destination save path forgotten for photos in queue when RT crashes". Also allow to set the Saving parameters or not, when sent to the queue with the "Save as" dialog box
This commit is contained in:
@@ -1084,6 +1084,7 @@ void EditorPanel::saveAsPressed () {
|
||||
lastSaveAsFileName = Glib::path_get_basename (removeExtension (fnameOut));
|
||||
SaveFormat sf = saveAsDialog->getFormat ();
|
||||
options.saveFormat = sf;
|
||||
options.forceFormatOpts = saveAsDialog->getForceFormatOpts ();
|
||||
|
||||
if (result != Gtk::RESPONSE_OK)
|
||||
break;
|
||||
@@ -1132,6 +1133,7 @@ void EditorPanel::saveAsPressed () {
|
||||
BatchQueueEntry* bqe = createBatchQueueEntry ();
|
||||
bqe->outFileName = fnameOut;
|
||||
bqe->saveFormat = saveAsDialog->getFormat ();
|
||||
bqe->forceFormatOpts = saveAsDialog->getForceFormatOpts ();
|
||||
parent->addBatchQueueJob (bqe, saveAsDialog->getToHeadOfQueue ());
|
||||
fnameOK = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user