Changeset 6618 for branches/GP.Grammar.Editor/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ViewHost.cs
- Timestamp:
- 08/01/11 17:48:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP.Grammar.Editor/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ViewHost.cs
r6377 r6618 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.