<div dir="ltr"><div>I attach the changes to fix a bug where the pointer image gets stuck as the resize cursor.</div><div><br></div><div>Here are the steps to reproduce the bug:<br><ol><li>Click on any morph and hold mouse button 1 (right-click and hold).</li><li>Drag across a pane splitter or window edge.</li><li>Continue dragging away, and the cursor stays stuck as resize.</li></ol><div><br></div><div>After the attached changes get filed-in, if you're already dragging (holding button 1) and go across a layout adjusting morph, then the pointer does not change to the resize cursor (and because the user is already dragging, they won't be able to resize anyway); see #mouseEnter:.</div><div>At the same time, if you are in the middle of performing a resize, we do want the pointer to keep being the resize cursor. So, if `hand` is not nil, we don't restore the default cursor; see #mouseLeave:.</div><div><br></div><div>Cheers!<br></div><div>Facu</div></div></div>