Fixes bugs in Black-and-White tool

- Incorrect history messages were shown.
- Channel mixer "Auto" behaved incorrectly.
Fixes by Jacques Desmis.
Closes #4570
This commit is contained in:
Morgan Hardwood
2018-06-11 21:52:23 +02:00
parent 039f68e545
commit 83e686a719
3 changed files with 18 additions and 2 deletions

View File

@@ -138,6 +138,7 @@ private:
double nextredbw;
double nextgreenbw;
double nextbluebw;
int nextcount = 0;
IdleRegister idle_register;
};