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

@@ -440,6 +440,9 @@ public:
* @return the height of the preview image */
virtual int getPreviewHeight () = 0;
virtual bool getHighQualComputed() = 0;
virtual void setHighQualComputed() = 0;
virtual bool updateTryLock() = 0;
virtual void updateUnLock() = 0;