bulia byak wrote:
Jon,
please see a new comment in this bug:
https://sourceforge.net/tracker/index.php?func=detail&aid=859568&gro...
This is clearly a problem with the color picker, and it seems to be easy to fix. Could you please have a look? If you fix it, you will probably kill two more bugs with one shot:
Actually, I've been working on it now.
I'm almost done doing an initial conversion of the color selectors to C++. With proper subclasses and inheritance, these issues are much easier to isolate and fix.
Part of this work is to move as much common logic to the base class as possible. Another is to reduce duplicate code. Once it's in, I'll go hunting those other bugs. At least one of them is related to the four different signals that color selectors emit.