Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/01/10 13:01:50 (13 years ago)
Author:
mkommend
Message:

Corrected coloring of initial operator in OperatorGraphVisualizationInfo (ticket #1291).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/OperatorGraph.cs

    r4722 r5008  
    9595    }
    9696
    97     //mkommend: IMPORTANT DO NOT REMOVE THIS PRIVATE EVENT
     97    //mkommend: IMPORTANT DO NOT REMOVE THIS EVENT
    9898    //needed to register OperatorGraph events in GraphVisualizationInfo
    9999    public event EventHandler DeserializationFinished;
     
    106106    private void AfterDeserialization() {
    107107      Initialize();
     108      OnOperatorGraphDeserializationFinished();
    108109    }
    109110    private void Initialize() {
    110111      RegisterOperatorsEvents();
    111       OnOperatorGraphDeserializationFinished();
    112112    }
    113113
Note: See TracChangeset for help on using the changeset viewer.