Opened 12 years ago
Closed 12 years ago
#2013 closed defect (done)
MultiOperator doesn't update the parameters when the Operators parameter is set
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.8 |
Component: | Operators | Version: | 3.3.8 |
Keywords: | Cc: |
Description
If the "public IItemList<T> Operators" is set in a derived class to a new list, the events on that list will be registered, but the parameters ("0", "1", etc.) will not be updated.
Change History (4)
comment:1 Changed 12 years ago by abeham
- Owner changed from swagner to abeham
- Status changed from new to accepted
comment:2 Changed 12 years ago by abeham
comment:3 Changed 12 years ago by abeham
- Status changed from accepted to readytorelease
comment:4 Changed 12 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.7 to 3.3.8
Note: See
TracTickets for help on using
tickets.
r9216: fixed update of parameters in MultiOperator