Ticket #10631 (assigned)
Bugfix: Issue with deleting active source with multiple workspaces in the VSI
Reported by: | Anton Piccardo-Selg | Owned by: | Anton Piccardo-Selg |
---|---|---|---|
Priority: | major | Milestone: | Release 3.5 |
Component: | GUI | Keywords: | VATES-vis |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
When a view is created in the VSI it currently stores a pointer to the source in a field called origsrc. When a view is switched to MULTISLICE, this source pointer gets copied into the new view.
If there is a second workspace, it is possible to delete the active source, i.e. setting origsrc to null and to switch the views. Essentially a null is copied. In the MULTISLICE view a representation is created in setupData(). This requires origsrc, but since it is null, this is not possible.
Change History
Note: See
TracTickets for help on using
tickets.