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

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