Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/10 03:03:41 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • added missing null checks in constructors of item collections and Variable
  • set AllowDrop property to true in VariableView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/VariableView.Designer.cs

    r2796 r2833  
    108108      // valuePanel
    109109      //
     110      this.valuePanel.AllowDrop = true;
    110111      this.valuePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    111112                  | System.Windows.Forms.AnchorStyles.Left)
Note: See TracChangeset for help on using the changeset viewer.