Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/11 09:41:39 (13 years ago)
Author:
epitzer
Message:

#1696: Add static item image according to #1651

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/FDC/ScatterPlot.cs

    r7128 r7202  
    2727using HeuristicLab.Core;
    2828using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     29using HeuristicLab.Common.Resources;
    2930
    3031namespace HeuristicLab.Analysis.FitnessLandscape {
     
    4243  public class ScatterPlot : NamedItem {
    4344
    44     public override Image ItemImage {
    45       get { return HeuristicLab.Common.Resources.VSImageLibrary.Image; }
    46     }
     45    public static new Image StaticItemImage { get { return VSImageLibrary.Image; } }
    4746
    4847    public event EventHandler<PointsEventArgs> PixelsChanged;
Note: See TracChangeset for help on using the changeset viewer.