I have a MapTool where when the tool is activated, and also during mouse down events with the tool, the active map spatial reference is changed using MapView.Active.Map.SetSpatialReference(mySpatialReference);
In Pro 2.9 and earlier this worked fine, but now in Pro 3.0 the SetSpatialReference line of code deactivates my tool and the map Explore tool (i.e., the pointing hand cursor) is activated. Note that the spatial reference DOES change correctly. The problem is the tool being deactivated. This seems like a bug in Pro 3.0. Has anyone else encountered this or know if a work around?