Changeset 3362 for trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/GraphVisualizationInfoView.cs
- Timestamp:
- 04/16/10 01:49:10 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/GraphVisualizationInfoView.cs
r3355 r3362 76 76 protected override void OnReadOnlyChanged() { 77 77 base.OnReadOnlyChanged(); 78 this.SetEnable StateOfControls();79 } 80 81 private void SetEnable StateOfControls() {78 this.SetEnabledStateOfControls(); 79 } 80 81 private void SetEnabledStateOfControls() { 82 82 DeleteTool deleteTool = (DeleteTool) this.Controller.Tools.Where( t => t.Name == ControllerBase.DeleteToolName).FirstOrDefault(); 83 83 HeuristicLab.Netron.Controller controller = this.Controller as HeuristicLab.Netron.Controller; … … 110 110 this.UpdateLayoutRoot(); 111 111 } 112 this.SetEnable StateOfControls();112 this.SetEnabledStateOfControls(); 113 113 } 114 114
Note: See TracChangeset
for help on using the changeset viewer.