Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/08/10 09:46:46 (14 years ago)
Author:
gkronber
Message:

Adapted plugin dependencies of HL 3.2 plugins to match plugin declarations changed with r2754 (#864).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.2/ScopeView.Designer.cs

    r1529 r2758  
    3232    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    3333    protected override void Dispose(bool disposing) {
    34       if (scopesTreeView.Nodes.Count > 0) {
    35         RemoveTreeNode(scopesTreeView.Nodes[0]);
    36         scopesTreeView.Nodes.Clear();
    37       }
    3834      if (disposing && (components != null)) {
    3935        components.Dispose();
Note: See TracChangeset for help on using the changeset viewer.