Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6951


Ignore:
Timestamp:
11/04/11 17:53:04 (12 years ago)
Author:
ascheibe
Message:

#1577 reverted changes from r6568. Views must be disposed or the USER objects count exceeds the limit of 10.000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ViewHost.cs

    r6568 r6951  
    8181              if (cached != null) {
    8282                Controls.Remove(cached);
     83                cached.Dispose();
    8384              }
    8485              cachedView = null;
     
    203204      viewsLabel.Location = new Point(Width - viewsLabel.Margin.Right - viewsLabel.Width, viewsLabel.Margin.Top);
    204205      configurationLabel.Location = new Point(Width - configurationLabel.Margin.Right - configurationLabel.Width, viewsLabel.Bottom + viewsLabel.Margin.Bottom + configurationLabel.Margin.Top);
    205      
     206
    206207    }
    207208
Note: See TracChangeset for help on using the changeset viewer.