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)

File:
1 edited

Legend:

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

    r2818 r2870  
    6464        Caption = "NamedItem";
    6565        nameTextBox.Text = "-";
    66         nameTextBox.ReadOnly = false;
    6766        nameTextBox.Enabled = false;
    6867        descriptionTextBox.Text = "";
    69         nameTextBox.ReadOnly = false;
    7068        descriptionTextBox.Enabled = false;
    7169      } else {
Note: See TracChangeset for help on using the changeset viewer.