Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/27/11 02:37:02 (12 years ago)
Author:
swagner
Message:

Added information icon in VariableValueView and ResultValueView, corrected tooltip update in NamedItemCollectionView and reverted changes of r6631 (#1054).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/Result.cs

    r6631 r7235  
    3939        if (value != null) return value.ItemImage;
    4040        else return base.ItemImage;
    41       }
    42     }
    43 
    44     public override string ItemDescription {
    45       get {
    46         if (Description != String.Empty) return Description;
    47         else return base.ItemDescription;
    4841      }
    4942    }
Note: See TracChangeset for help on using the changeset viewer.