Ignore:
Timestamp:
07/25/07 12:55:35 (5 years ago)
Author:
sys
Message:

outline : bug stopAtModel sur scopeStartingScope

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_GE/com/scenari/m/ge/agent/OutlineWalker.java

    r9394 r9396  
    739739                                                        } 
    740740                                                } 
    741                                                 StopOnCompType vStopModel = xSearchStop(vAgent.hGetComposant().hGetComposantType().hGetCode(), fStartingPointStops); 
     741                                                StopOnCompType vStopModel = xSearchStop(vAgent.hGetComposant().hGetComposantPrincipal().hGetComposantType().hGetCode(), fStartingPointStops); 
    742742                                                if (vStopModel != null) { 
    743743                                                        fXStartingPointIncluded = vStopModel.fIncludeInScope; 
     
    781781                                                        if(vVisibleOffset >= fStartingPointOffset) break; 
    782782                                                } 
    783                                                 StopOnCompType vStop = xSearchStop(vAgent.hGetComposant().hGetComposantType().hGetCode(), fStartingPointStops); 
     783                                                StopOnCompType vStop = xSearchStop(vAgent.hGetComposant().hGetComposantPrincipal().hGetComposantType().hGetCode(), fStartingPointStops); 
    784784                                                if (vStop != null) { 
    785785                                                        fXStartingPointIncluded = vStop.fIncludeInScope; 
Note: See TracChangeset for help on using the changeset viewer.