When a QwtLegendLablel is checked I change the color of the curve which causes a change in the item mode of the label.
Before changing the color the label was down but because of the call of setItemMode the label is reset "d_data->isDown = false;"
Is this a bug? Why can't I change the itemMode without resetting the up/down state of the label?

I hope my description is not too confusing...