File browser filter: Exposure Compensation (see issue 1003)
In order to use this new filter with previously browsed thumbnails there are 2 options: Option 1. Global fix: clear cache/data folder Option 2. Local Fix: select thumbs, right click, Cache /Clear from cache - partial reload folder in file browser
This commit is contained in:
@@ -25,9 +25,10 @@
|
||||
class ExifFilterSettings {
|
||||
|
||||
public:
|
||||
std::set<std::string> filetypes;
|
||||
std::set<std::string> filetypes;
|
||||
std::set<std::string> cameras;
|
||||
std::set<std::string> lenses;
|
||||
std::set<std::string> expcomp;
|
||||
double fnumberFrom;
|
||||
double fnumberTo;
|
||||
double shutterFrom;
|
||||
@@ -41,6 +42,7 @@ class ExifFilterSettings {
|
||||
bool filterShutter;
|
||||
bool filterFocalLen;
|
||||
bool filterISO;
|
||||
bool filterExpComp;
|
||||
bool filterCamera;
|
||||
bool filterLens;
|
||||
bool filterFiletype;
|
||||
|
Reference in New Issue
Block a user