Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/26/10 05:14:51 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
  • started work on adapting and refactoring HeuristicLab.Operators according to changes in HeuristicLab.Core
File:
1 edited

Legend:

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

    r2676 r2684  
    5757      viewPanel.Controls.Clear();
    5858      viewPanel.Enabled = false;
     59      viewPanel.Visible = false;
    5960
    6061      if (Object != null) {
     
    7980          view.Dock = DockStyle.Fill;
    8081          viewPanel.Enabled = true;
     82          viewPanel.Visible = true;
    8183          viewComboBox.SelectedItem = view.GetType();
    8284        }
Note: See TracChangeset for help on using the changeset viewer.