Free cookie consent management tool by TermsFeed Policy Generator

Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#927 closed defect (done)

Operator tree view does not always display the method icon for operator parameters

Reported by: abeham Owned by: swagner
Priority: medium Milestone: HeuristicLab 3.3.0
Component: Core.Views Version: 3.3
Keywords: Cc:

Description

When you open a fresh UserDefinedAlgorithm and set e.g. one of the main loops as initial operator, all operator parameters will have the module icon. If another fresh UserDefinedAlgorithm is opened and a normal operator is set as initial operator the method icon will be used.

The new nodes generated at the end of FillTreeNode probably use the default icon (index 0) which is the same as the first operator that was displayed in the tree view.

I assume that, since it is an OperatorTreeView, the default icon should be the method icon.

Change History (8)

comment:1 Changed 15 years ago by abeham

  • Status changed from new to assigned

comment:2 Changed 15 years ago by abeham

I added the method icon as default in r3105 in the constructor.

comment:3 Changed 15 years ago by swagner

  • Owner changed from abeham to swagner
  • Status changed from assigned to new

comment:4 Changed 15 years ago by swagner

  • Status changed from new to assigned

comment:5 Changed 15 years ago by swagner

Fixed resetting of node appearance when the value of an operator parameter is set to null in r3135.

comment:6 Changed 15 years ago by swagner

  • Resolution set to fixed
  • Status changed from assigned to closed

comment:7 Changed 14 years ago by swagner

  • Milestone changed from Iteration 4 to Current

Milestone Iteration 4 deleted

comment:11 Changed 14 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.