Changeset 4103 for trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3
- Timestamp:
- 07/25/10 23:48:35 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/ViewHost.cs
r4097 r4103 72 72 ActiveViewControl.BringToFront(); 73 73 } 74 } 74 } else viewType = null; 75 75 OnActiveViewChanged(); 76 76 } … … 116 116 } 117 117 } 118 if (cachedViews.Count == 0) ViewType = null;119 118 } 120 119
Note: See TracChangeset
for help on using the changeset viewer.