Fixed changing file saving parameters (format and quality)
This commit is contained in:
@@ -241,7 +241,8 @@ void BatchQueuePanel::pathFolderChanged () {
|
||||
options.savePathFolder = outdirFolder->get_filename();
|
||||
}
|
||||
|
||||
void BatchQueuePanel::formatChanged () {
|
||||
void BatchQueuePanel::formatChanged (Glib::ustring f) {
|
||||
|
||||
options.saveFormat = saveFormatPanel->getFormat ();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user