profile lens correction: show a warning if the lens profile has a crop factor greater than the selected camera

This commit is contained in:
Alberto Griggio
2017-09-12 08:25:45 +02:00
parent 84984422c7
commit ea5f8c3beb
5 changed files with 50 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ public:
Glib::ustring getMake() const;
Glib::ustring getLens() const;
Glib::ustring getDisplayString() const { return getLens(); }
float getCropFactor() const;
private:
friend class LFDatabase;
const lfLens *data_;