Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/10 03:25:33 (14 years ago)
Author:
mkommend
Message:

renamed MainForm.ShowViewsInViewHost and removed ShowInViewHost from ViewAttribute (ticket #972)

File:
1 edited

Legend:

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

    r3362 r3395  
    3030  /// The visual representation of an <see cref="OperatorGraph"/>.
    3131  /// </summary>
    32   [View("OperatorGraph View (Tree)",ShowInViewHost=true)]
     32  [View("OperatorGraph View (Tree)")]
    3333  [Content(typeof(OperatorGraph), false)]
    3434  public partial class OperatorGraphView : ItemView {
Note: See TracChangeset for help on using the changeset viewer.