Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/10 14:24:03 (15 years ago)
Author:
mkommend
Message:

added panning by pressing the space bar (ticket #867)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphView.cs

    r2949 r3173  
    221221    private void selectButton_Click(object sender, EventArgs e) {
    222222      ITool tool = this.graphVisualizationInfoView.Controller.Tools.Where(t => t.Name == ControllerBase.SelectionToolName).First();
    223       tool.IsSuspended = false;
    224223      this.graphVisualizationInfoView.Controller.DeactivateAllTools();
    225224    }
     
    261260      }
    262261    }
    263 
    264262  }
    265263}
Note: See TracChangeset for help on using the changeset viewer.