Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14070


Ignore:
Timestamp:
07/14/16 15:46:06 (8 years ago)
Author:
abeham
Message:

#2281: fixed some bugs in the view (thx to mkommend)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/ResultParameterView.cs

    r14058 r14070  
    4747      removeDefaultValueButton.Text = string.Empty;
    4848      removeDefaultValueButton.Image = VSImageLibrary.Remove;
     49      actualNameLabel.Text = "Result Name:";
     50      dataTypeLabel.Text = "Result Type:";
    4951    }
    5052
     
    8890      resultCollectionNameTextBox.Enabled = Content != null;
    8991      resultCollectionNameTextBox.ReadOnly = ReadOnly;
     92      setDefaultValueButton.Enabled = Content != null && !ReadOnly && !Locked;
     93      removeDefaultValueButton.Enabled = Content != null && !ReadOnly && !Locked;
    9094    }
    9195
Note: See TracChangeset for help on using the changeset viewer.