- Timestamp:
- 09/16/10 17:26:25 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/ViewHost.cs
r4344 r4418 113 113 } else ActiveView = null; 114 114 UpdateLabels(); 115 UpdateActiveMenuItem(); 115 116 } 116 117 … … 147 148 this.SuspendRepaint(); 148 149 if (activeView != null) { 149 UpdateActiveMenuItem();150 150 this.ActiveView.ReadOnly = this.ReadOnly; 151 151 this.ActiveView.Locked = this.Locked;
Note: See TracChangeset
for help on using the changeset viewer.