mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
210 stars 121 forks source link

Resize cursor doesn't always reset in fit browser #34975

Closed thomashampson closed 1 year ago

thomashampson commented 1 year ago

Describe the bug Hovering over a vertical marker when fitting a plot will change the cursor to a horizontal resize cursor. If you move the mouse upwards off the plot it will not always revert back to the default pointer cursor.

To Reproduce

  1. Open a workspace
  2. Open a 1D plot
  3. Open the fit panel
  4. You can test this with the green range markers, or if you want add a peak
  5. Hover over one of the vertical markers so that your cursor changes to the horizontal resize cursor
  6. Move your mouse directly upwards, now when you move it around the rest of the application it is still the resize cursor

Expected behavior Cursor should revert to default when leave the plot area.

Screenshots image

Platform/Version (please complete the following information):

Additional context

mantid-builder commented 1 year ago

Fixed by #35006