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/ItemCollectionView.cs

    r2818 r2870  
    135135      if (itemsListView.SelectedItems.Count == 1) {
    136136        T item = (T)itemsListView.SelectedItems[0].Tag;
     137        detailsGroupBox.Enabled = true;
    137138        viewHost.Content = item;
    138         detailsGroupBox.Enabled = true;
    139139      } else {
    140140        viewHost.Content = null;
Note: See TracChangeset for help on using the changeset viewer.