Hello,
I am setting MouseInteract to [miMoveLayers, miResizeLayers, miRotateLayers]
After this when a user selects a Layer and moves the mouse cursor out of the selected Layer the mouse cursor shape changes to a rotation arrow irrespective of the fact as to how far the mouse is from the area of selected layer.
For better understanding please check attached image.
The exact code that I am using is:
ieViewMain.MouseInteract := [];
ieViewMain.MouseInteract := [miMoveLayers, miResizeLayers, miRotateLayers];
ieViewMain.Cursor := crIESizeAll;
How to solve this problem so that when the mouse cursor is further then a give set of pixels it should change to what is set in code?
TIA
Yogi Yang