disable the selection of lensfun auto mode if no match is found in the db

This commit is contained in:
Alberto Griggio
2017-09-07 18:04:55 +02:00
parent 9bfd2d60d3
commit c8d9573606
3 changed files with 22 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ protected:
void updateDisabled(bool enable);
bool allowFocusDep;
bool isRaw;
const rtengine::ImageMetaData* metadata;
LensGeometry *lensgeomLcpFill;
Gtk::RadioButton::Group corrGroup;