Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/12/10 04:53:48 (14 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/AlgorithmOperator.cs

    r3017 r3306  
    3232  public abstract class AlgorithmOperator : SingleSuccessorOperator {
    3333    public override Image ItemImage {
    34       get { return HeuristicLab.Common.Resources.VS2008ImageLibrary.Module; }
     34      get {
     35        if (Breakpoint) return HeuristicLab.Common.Resources.VS2008ImageLibrary.BreakpointActive;
     36        else return HeuristicLab.Common.Resources.VS2008ImageLibrary.Module;
     37      }
    3538    }
    3639    [Storable]
Note: See TracChangeset for help on using the changeset viewer.