Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/06/18 11:35:10 (6 years ago)
Author:
pfleck
Message:

#2906 Updated project references + small refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2906_Transformations/HeuristicLab.DataPreprocessing.Views/3.4/TransformationListView.cs

    r15879 r15885  
    104104      int selectedIndex = itemsListView.SelectedIndices[0];
    105105
    106       // TODO: do not move/remove already applied transformations
    107       // TODO: general disallow of movement?
     106      // TODO: do not move/remove already applied transformations or disallow of movement generally?
    108107      if (Content[selectedIndex].IsApplied) {
    109108        moveUpButton.Enabled = selectedIndex > 0 && Content[selectedIndex - 1].IsApplied;
Note: See TracChangeset for help on using the changeset viewer.