Also change the currently Windows-specific code path for selecting the output folder in the batch queue.
This commit is contained in:
@@ -345,7 +345,7 @@ void BatchQueuePanel::pathFolderButtonPressed ()
|
||||
void BatchQueuePanel::pathFolderChanged ()
|
||||
{
|
||||
|
||||
options.savePathFolder = outdirFolder->get_current_folder();
|
||||
options.savePathFolder = outdirFolder->get_filename();
|
||||
}
|
||||
|
||||
void BatchQueuePanel::formatChanged (Glib::ustring f)
|
||||
|
Reference in New Issue
Block a user