disable 'autofill' setting when using lensfun

This commit is contained in:
Alberto Griggio
2017-09-10 14:02:22 +02:00
parent 0761499557
commit 626f8cace3
3 changed files with 23 additions and 9 deletions

View File

@@ -44,6 +44,8 @@ public:
return packBox;
}
Gtk::CheckButton *getFill() { return fill; }
void read (const rtengine::procparams::ProcParams* pp, const ParamsEdited* pedited = nullptr);
void write (rtengine::procparams::ProcParams* pp, ParamsEdited* pedited = nullptr);
void setBatchMode (bool batchMode);