Ticket #4699 (closed: fixed)
MUON: When loading a grouping file with auto-update on it loads several plots.
Reported by: | Robert Whitley | Owned by: | Robert Whitley |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | anders.markvardsen@… | Blocked By: | |
Blocking: | Tester: | Stuart Campbell |
Description
As each cell is populated in a table the plot updates. This can happen several times if the grouping file is a large complex one.
Fix this so that it only updates once the file has been loaded.
Change History
comment:1 Changed 9 years ago by Robert Whitley
- Status changed from new to accepted
- Milestone changed from Iteration 33 to Iteration 32
comment:2 Changed 9 years ago by Robert Whitley
Refs #4699. Set updating to true during the loading of grouping files
Changeset: c9eefed172640661e98077771bffd4a203ca7614
comment:3 Changed 9 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
I forgot that the loading file also update the pair table. The user could be trying to make a new plot and therefore auto-update shouldn't be called at all in this situation. I will move this to iteration 32 because it an easy fix.