Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/25/10 01:11:47 (14 years ago)
Author:
swagner
Message:

Fixed disabling of details group boxes (#1100)

File:
1 edited

Legend:

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

    r4096 r4099  
    8888        removeButton.Enabled = !Content.IsReadOnly && !ReadOnly && itemsListView.SelectedItems.Count > 0;
    8989        itemsListView.Enabled = true;
    90         detailsGroupBox.Enabled = true;
     90        detailsGroupBox.Enabled = itemsListView.SelectedItems.Count == 1;
    9191      }
    9292    }
Note: See TracChangeset for help on using the changeset viewer.