disable vignetting or distortion correction checkboxes if the selected lensfun profile doesn't support them
Patch by heckflosse
This commit is contained in:
@@ -76,6 +76,8 @@ public:
|
||||
Glib::ustring getLens() const;
|
||||
Glib::ustring getDisplayString() const { return getLens(); }
|
||||
float getCropFactor() const;
|
||||
bool hasVignettingCorrection() const;
|
||||
bool hasDistortionCorrection() const;
|
||||
private:
|
||||
friend class LFDatabase;
|
||||
const lfLens *data_;
|
||||
|
Reference in New Issue
Block a user