Commit 4b5c855
committed
Fix exception at deleting the second Fit.
During deletion of the second Fit the onTreeSelChanged handler
got triggered by the last dataset from fit1, but GetSelections()
list gave fit2. This caused the GUI to use the Fitting object
(selections) for updating dataset panel (from event).
Solution: Ignore type of the node that triggered onTreeSelChanged.
Only use the GetSelections() nodes for updating right-side panel.1 parent d3c5446 commit 4b5c855
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1103 | 1103 | | |
1104 | 1104 | | |
1105 | 1105 | | |
1106 | | - | |
| 1106 | + | |
1107 | 1107 | | |
1108 | 1108 | | |
1109 | 1109 | | |
| |||
0 commit comments