Changeset 3725 for trunk/sources
- Timestamp:
- 05/09/10 00:19:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.cs
r3566 r3725 60 60 SetEnableStateOfControls(); 61 61 } 62 protected override void OnLockedChanged() { 63 base.OnLockedChanged(); 64 SetEnableStateOfControls(); 65 } 62 66 private void SetEnableStateOfControls() { 63 67 globalScopeView.Enabled = Content != null;
Note: See TracChangeset
for help on using the changeset viewer.