Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4814


Ignore:
Timestamp:
11/16/10 15:06:53 (13 years ago)
Author:
mkommend
Message:

Corrected minor bug in if-statement as abeham suggested (ticket #1273).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/General/GraphVisualizationInfoView.cs

    r4809 r4814  
    4949      CopyTool copyTool = (CopyTool)this.Controller.Tools.Where(t => t.Name == ControllerBase.CopyToolName).FirstOrDefault();
    5050      HeuristicLab.Netron.Controller controller = this.Controller as HeuristicLab.Netron.Controller;
    51       if (Controller != null) {
     51      if (controller != null) {
    5252        if (pasteTool != null) controller.RemoveTool(pasteTool);
    5353        if (copyTool != null) controller.RemoveTool(copyTool);
Note: See TracChangeset for help on using the changeset viewer.