Free cookie consent management tool by TermsFeed Policy Generator

Ticket #2116: OperatorGraphView.cs.patch

File OperatorGraphView.cs.patch, 790 bytes (added by pfleck, 8 years ago)
  • HeuristicLab.Operators.Views.GraphVisualization.Views/3.3/OperatorGraphView.cs

     
    140140          IOperatorShapeInfo shapeInfo = shape.Tag as IOperatorShapeInfo;
    141141          if (shapeInfo != null) {
    142142            IOperator op = this.VisualizationInfo.GetOperatorForShapeInfo(shapeInfo);
    143             AlgorithmOperator algOp = op as AlgorithmOperator;
     143            IOperatorGraphOperator algOp = op as IOperatorGraphOperator;
    144144
    145145            Control c = this;
    146146            BreadcrumbViewHost vh;