Do not treat white balance changes as related to panning if before and after uses camera whitebalance

This commit is contained in:
Ingo Weyrich
2019-08-29 22:07:15 +02:00
parent 1ff505432c
commit df8367558b
3 changed files with 17 additions and 1 deletions

View File

@@ -598,6 +598,7 @@ struct WBParams {
WBParams();
bool isPanningRelatedChange(const WBParams& other) const;
bool operator ==(const WBParams& other) const;
bool operator !=(const WBParams& other) const;