Hi!
I am currently struggling with the following problem. I have a node, which I can rotate and resize but the mouse cursor doesn't adjust to the rotation of the node.

Case A
For the default case, unrotated node, I can rely and use the default mouse cursors for resizing (e.g. NE).
Case B
But after I rotated the node and want to resize again, the mouse cursor is still shown unrotated, which looks wrong.
Case C
What I would like to achieve is, that the mouse cursor rotates adjusts itself to the rotation of the parent node.
A possible solution might be to use an Image-based cursor and rotate the image for it, but I am not sure if this is really the best way to do this...
So I hope, there is a better solution for this problem.
Best regards,
Joern