Ticket #5689 (closed: fixed)
MantidMatrix is not closed when a replaced workspace is deleted
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | blocker | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Roman Tolchenov |
Description
To reproduce:
- Load a file;
- Double click on the workspace to open the matrix;
- Run another algorithm, say integration, and use the same output as input,
- The matrix will update correctly but clicking delete to remove the workspace leaves the matrix visable. Clicking close crashes Mantid.
Change History
comment:2 Changed 8 years ago by Martyn Gigg
Fix issue with MantidMatrix not closing on WS delete. Refs #5689
Some const changes meant that the workspace was not replaced correctly when the notification was sent through so that when the delete came through it was comparing against the wrong pointer.
Changeset: ef03ec848f9e9a6c046d7efa8339b99dd7779f2f
comment:3 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 8 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov
comment:6 Changed 8 years ago by Martyn Gigg
Fix issue with MantidMatrix not closing on WS delete. Refs #5689
Some const changes meant that the workspace was not replaced correctly when the notification was sent through so that when the delete came through it was comparing against the wrong pointer.
Changeset: ef03ec848f9e9a6c046d7efa8339b99dd7779f2f