On Oct 7, 2007, at 3:25 PM, bulia byak wrote:

You don't need to look into the gradient stuff, I'll do it all myself,

as well as fill propagation :)  The _only_ thing I'm asking you to do

is to prevent onButtonPressed in swatches.cpp from firing when I

release mouse after dragging a swatch, so it _only_ works when I click

on the swatch after dragging. 


True.

The "onButtonPressed" method should not be called then. Mental was good on pointing out why the on-foo naming is dangerous.

However... there might be some other things that *should*. I'll make sure they don't linger too much.