Solving issue 1690: "ver 4.09.50 unable to save processing profiles". There is now 2 new shortcut places when loading/saving a profile, and 1 new place when "saving as.." an image in the dialog box.
This commit is contained in:
@@ -32,6 +32,7 @@ class ProfilePanel : public Gtk::VBox, public PParamsChangeListener {
|
||||
private:
|
||||
|
||||
Glib::ustring lastFilename;
|
||||
Glib::ustring imagePath;
|
||||
|
||||
protected:
|
||||
|
||||
@@ -63,7 +64,7 @@ class ProfilePanel : public Gtk::VBox, public PParamsChangeListener {
|
||||
static void cleanup ();
|
||||
|
||||
void initProfile (const Glib::ustring& profname, rtengine::procparams::ProcParams* lastSaved);
|
||||
void setInitialFileName (const Glib::ustring& filename) {lastFilename = filename;}
|
||||
void setInitialFileName (const Glib::ustring& filename);
|
||||
|
||||
// PParamsChangeListener interface
|
||||
void procParamsChanged (rtengine::procparams::ProcParams* params, rtengine::ProcEvent ev, Glib::ustring descr, ParamsEdited* paramsEdited=NULL);
|
||||
|
Reference in New Issue
Block a user