Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/01/10 15:16:17 (14 years ago)
Author:
mkommend
Message:

added details view for parameters (ticket #867)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Utils/Selection.cs

    r2868 r2898  
    267267            connector = con.From;
    268268            connector.IsSelected = true;
     269            this.RaiseOnNewSelection();
    269270            Invalidate();
    270271            return;
     
    273274            connector = con.To;
    274275            connector.IsSelected = true;
     276            this.RaiseOnNewSelection();
    275277            Invalidate();
    276278            return;
     
    285287              connector = cn;
    286288              connector.IsSelected = true;
     289              this.RaiseOnNewSelection();
    287290              Invalidate();//this will invalidate only the selected connector
    288291              return; //we hit a connector and quit the selection. If the user intended to select the entity it had to be away from the connector!
Note: See TracChangeset for help on using the changeset viewer.