macOS: UI values can get out of sync with property values
- Launch ParaView, built-in server.
- Add Sphere source. Click Apply.
- Click on Radius property text field. Type 1.0, but do not press enter or change the focus to a different UI widget.
- Click Apply.
The sphere size will remain the same. However, the radius property will remain at 1.0.
When clicking Apply, the current property values in the UI should be set as the property values before the proxy is updated.
Original issue here: #18575 (closed).
Edited by Cory Quammen