Comment 13 for bug 1463505

Revision history for this message
Bernhard Stegmaier (stegmaier) wrote :

As far as I see from the code this is no bug but done on intention.

The reason probably is that on OSX in the legacy canvas you don't have the XOR-drawing as on other platforms. To the best of my knowledge, this would mean that on every mouse move you would have to repaint the whole window just to get rid of the "old" cross.

So, I would say this is a clear "won't fix".
We could think of just removing/disabling the button in the legacy canvas.