Opened 10 years ago
Closed 9 years ago
#411 closed defect (fixed)
No stop button on simultaneous fit
Reported by: | pkienzle | Owned by: | piotr |
---|---|---|---|
Priority: | critical | Milestone: | SasView 4.0.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
Clicking fit twice on the simultaneous fit panel starts a second fit running in parallel rather than stopping the current fit.
Change History (6)
comment:1 Changed 9 years ago by butler
- Milestone changed from SasView Next Release +1 to SasView 4.0.0
comment:2 Changed 9 years ago by butler
- Priority changed from major to critical
comment:3 Changed 9 years ago by piotr
- Owner set to piotr
- Status changed from new to assigned
comment:4 Changed 9 years ago by piotr
comment:5 Changed 9 years ago by piotr
Added the functioning button. The underlying issue covered in http://trac.sasview.org/ticket/531
comment:6 Changed 9 years ago by piotr
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Windows - it looks like stopping the fit from the "regular" fit window doesn't work properly either.
There's an option to stop the thread by pressing the 'stop' button, but it doesn't actually terminate the thread. This can be seen in the process explorer or just by waiting and seeing the fit charts.
We should probably fix that.