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

    r4096 r4099  
    120120                               !Content.IsReadOnly && !ReadOnly;
    121121        itemsListView.Enabled = true;
    122         detailsGroupBox.Enabled = true;
     122        detailsGroupBox.Enabled = itemsListView.SelectedItems.Count == 1;
    123123      }
    124124    }
Note: See TracChangeset for help on using the changeset viewer.