Changeset 4344
- Timestamp:
- 08/31/10 11:09:53 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/ViewHost.cs
r4314 r4344 110 110 } 111 111 } 112 if (ActiveView != null) { 113 ActiveView.Content = Content; 114 if (ActiveViewControl != null) ActiveViewControl.Visible = true; 115 } 116 } else if (ActiveViewControl != null) 117 ActiveViewControl.Visible = false; 118 112 if (ActiveView != null) ActiveView.Content = Content; 113 } else ActiveView = null; 119 114 UpdateLabels(); 120 115 }
Note: See TracChangeset
for help on using the changeset viewer.