Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/11/10 03:59:22 (14 years ago)
Author:
swagner
Message:

Enabled dragging and dropping of problems and algorithms in AlgorithmView and BatchRunView (#965).

File:
1 edited

Legend:

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

    r3298 r3299  
    8383      this.listView.View = System.Windows.Forms.View.Details;
    8484      this.listView.SelectedIndexChanged += new System.EventHandler(this.listView_SelectedIndexChanged);
    85       this.listView.SizeChanged += new System.EventHandler(this.listView_SizeChanged);
    8685      this.listView.DoubleClick += new System.EventHandler(this.listView_DoubleClick);
    8786      this.listView.DragDrop += new System.Windows.Forms.DragEventHandler(this.listView_DragDrop);
     
    178177      // saveButton
    179178      //
    180       this.saveButton.Enabled = false;
    181179      this.saveButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save;
    182180      this.saveButton.Location = new System.Drawing.Point(120, 0);
Note: See TracChangeset for help on using the changeset viewer.