Changeset 6568 for trunk/sources
- Timestamp:
- 07/15/11 11:51:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ViewHost.cs
r6342 r6568 81 81 if (cached != null) { 82 82 Controls.Remove(cached); 83 cached.Dispose();84 83 } 85 84 cachedView = null; … … 204 203 viewsLabel.Location = new Point(Width - viewsLabel.Margin.Right - viewsLabel.Width, viewsLabel.Margin.Top); 205 204 configurationLabel.Location = new Point(Width - configurationLabel.Margin.Right - configurationLabel.Width, viewsLabel.Bottom + viewsLabel.Margin.Bottom + configurationLabel.Margin.Top); 205 206 206 } 207 207
Note: See TracChangeset
for help on using the changeset viewer.