Avoid unnecessary update to main preview when opening first detail window, fixes #4368
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user