Avoid unnecessary update to main preview when opening first detail window, fixes #4368

This commit is contained in:
heckflosse
2018-02-05 16:01:00 +01:00
parent 06fedfdac7
commit 1f42e5cdd4
4 changed files with 30 additions and 3 deletions

View File

@@ -212,6 +212,7 @@ protected:
void process ();
float colourToningSatLimit;
float colourToningSatLimitOpacity;
bool highQualityComputed;
public:
@@ -266,7 +267,8 @@ public:
void getCamWB (double& temp, double& green);
void getSpotWB (int x, int y, int rectSize, double& temp, double& green);
void getAutoCrop (double ratio, int &x, int &y, int &w, int &h);
bool getHighQualComputed();
void setHighQualComputed();
void setMonitorProfile (const Glib::ustring& profile, RenderingIntent intent);
void getMonitorProfile (Glib::ustring& profile, RenderingIntent& intent) const;
void setSoftProofing (bool softProof, bool gamutCheck);