Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/26/10 01:39:14 (14 years ago)
Author:
swagner
Message:

Added some of the changes suggested by abeham to improve UI reaction times (#887)

Location:
trunk/sources/HeuristicLab.Parameters.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ConstrainedValueParameterView.cs

    r2852 r2870  
    9191      if (Content == null) {
    9292        Caption = "ConstrainedValueParameter";
     93        viewHost.Content = null;
    9394        valueGroupBox.Enabled = false;
    9495        FillValueComboBox();
    95         viewHost.Content = null;
    9696      } else {
    9797        Caption = Content.Name + " (" + Content.GetType().Name + ")";
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueParameterView.cs

    r2818 r2870  
    8686        setValueButton.Enabled = false;
    8787        clearValueButton.Enabled = false;
     88        viewHost.Content = null;
    8889        valueGroupBox.Enabled = false;
    89         viewHost.Content = null;
    9090      } else {
    9191        Caption = Content.Name + " (" + Content.GetType().Name + ")";
Note: See TracChangeset for help on using the changeset viewer.