Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/14 15:39:03 (10 years ago)
Author:
rstoll
Message:
  • Changed views to standard views in order that a double click opens them in a new tab
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/TransformationView.cs

    r10558 r10712  
    2020#endregion
    2121
    22 using HeuristicLab.Core.Views;
    2322using HeuristicLab.MainForm;
     23using HeuristicLab.MainForm.WindowsForms;
    2424
    2525namespace HeuristicLab.DataPreprocessing.Views {
    2626
    2727  [View("Transformation View")]
    28   [Content(typeof(TransformationContent), false)]
    29   public partial class TransformationView : ItemView {
     28  [Content(typeof(TransformationContent), true)]
     29  public partial class TransformationView : AsynchronousContentView {
    3030    public TransformationView() {
    3131      InitializeComponent();
     
    3636      set { base.Content = value; }
    3737    }
    38 
    39     protected override void OnContentChanged() {
    40       base.OnContentChanged();
    41     }
    4238  }
    4339}
Note: See TracChangeset for help on using the changeset viewer.