randress wrote
I think I have figured out a reproducer (at least on Windows).
[first to see it work]
1. Start FEAtool (from MATLAB)
2. Accept default 2D, Poisson Equation model type. <OK>
3. Use re-size button as intended ... it works.
4. Close FEAtool
[then to see it fail]
4. Start FEAtool
5. Change 2D to 3D and accept <OK>
6. Attempt to re-size the window ... mouse sticks to button ... Command window shows in red:
Warning: Setting the "WindowButtonDownFcn" property is not permitted while this mode is active.
Warning: Setting the "WindowButtonUpFcn" property is not permitted while this mode is active.
7. Must kill/exit FEAtool
Does it work/not-work for you?
Yes, now I see the issue. It seems when an uitoggletool (Rotate, Pan, or Zoom-in/out) is active at the same time as the divider is being moved a function collision occurs. I will add a fix for this in the next update. In the meantime the resizing should work if you first disable/deselect all of the rotate, pan, or zoom-in/out toolbar buttons. Thanks for reporting the issue.