properly disable auto-matched lens correction when not available

This commit is contained in:
Alberto Griggio
2017-09-09 18:42:16 +02:00
parent 0c0f3d146d
commit 03ec1abca8
2 changed files with 32 additions and 8 deletions

View File

@@ -79,6 +79,7 @@ protected:
void fillLensfunLenses();
bool setLensfunCamera(const Glib::ustring &make, const Glib::ustring &model);
bool setLensfunLens(const Glib::ustring &lens);
bool checkLensfunCanCorrect(bool automatch);
public: