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();
|
options.savePathFolder = outdirFolder->get_filename();
|
||||||
}
|
}
|
||||||
|
|
||||||
void BatchQueuePanel::formatChanged () {
|
void BatchQueuePanel::formatChanged (Glib::ustring f) {
|
||||||
|
|
||||||
options.saveFormat = saveFormatPanel->getFormat ();
|
options.saveFormat = saveFormatPanel->getFormat ();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -72,8 +72,7 @@ class BatchQueuePanel : public Gtk::VBox,
|
|||||||
|
|
||||||
void saveOptions ();
|
void saveOptions ();
|
||||||
void pathFolderChanged ();
|
void pathFolderChanged ();
|
||||||
void formatChanged ();
|
void formatChanged (Glib::ustring f);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user