Changeset 6055 for branches/histogram/HeuristicLab.Operators
- Timestamp:
- 04/27/11 09:22:20 (14 years ago)
- Location:
- branches/histogram
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/histogram
- Property svn:mergeinfo changed
/trunk/sources merged: 6047-6048,6051-6054
- Property svn:mergeinfo changed
-
branches/histogram/HeuristicLab.Operators/3.3/MultiOperator.cs
r5445 r6055 87 87 for (int i = 0; i < Operators.Count; i++) { 88 88 IValueParameter<T> opParam = new OptionalValueParameter<T>(i.ToString(), string.Empty, Operators[i]); 89 opParam.Hidden = true; 89 90 opParam.ValueChanged += new EventHandler(opParam_ValueChanged); 90 91 Parameters.Add(opParam);
Note: See TracChangeset
for help on using the changeset viewer.