- Timestamp:
- 03/22/10 14:24:03 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphView.cs ¶
r2949 r3173 221 221 private void selectButton_Click(object sender, EventArgs e) { 222 222 ITool tool = this.graphVisualizationInfoView.Controller.Tools.Where(t => t.Name == ControllerBase.SelectionToolName).First(); 223 tool.IsSuspended = false;224 223 this.graphVisualizationInfoView.Controller.DeactivateAllTools(); 225 224 } … … 261 260 } 262 261 } 263 264 262 } 265 263 }
Note: See TracChangeset
for help on using the changeset viewer.