Opened 11 years ago
Closed 11 years ago
#2167 closed defect (done)
Illegal cross-thread exception in MainForm when removing progress control from view
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.10 |
Component: | MainForm.WindowsForms | Version: | 3.3.9 |
Keywords: | Cc: |
Description
A check for InvokeRequired is missing in MainForm.RemoveOperationProgressFromView(Control, bool)
Change History (4)
comment:1 Changed 11 years ago by abeham
- Owner changed from mkommend to abeham
- Status changed from new to accepted
comment:2 Changed 11 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 11 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from reviewing to readytorelease
comment:4 Changed 11 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
r10641: merged to stable
Note: See
TracTickets for help on using
tickets.
r10575: added check for invokerequired