If I set the cursor in a control panel via a script it doesn’t update the cursor until I stop clicking. My use case is just setting the cursor to the arrowAll state whilst dragging.
The parameter itself updates but the cursor gets out of sync with the parameter state.
I’m using:
self.ownerComp.par.cursor = 'arrowAll'