Changeset 9396

Show
Ignore:
Timestamp:
25.07.2007 12:55:35 (3 years ago)
Author:
sys
Message:

outline : bug stopAtModel sur scopeStartingScope

Files:
1 modified

Legend:

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

    r9394 r9396  
    738738                                                        } 
    739739                                                } 
    740                                                 StopOnCompType vStopModel = xSearchStop(vAgent.hGetComposant().hGetComposantType().hGetCode(), fStartingPointStops); 
     740                                                StopOnCompType vStopModel = xSearchStop(vAgent.hGetComposant().hGetComposantPrincipal().hGetComposantType().hGetCode(), fStartingPointStops); 
    741741                                                if (vStopModel != null) { 
    742742                                                        fXStartingPointIncluded = vStopModel.fIncludeInScope; 
     
    780780                                                        if(vVisibleOffset >= fStartingPointOffset) break; 
    781781                                                } 
    782                                                 StopOnCompType vStop = xSearchStop(vAgent.hGetComposant().hGetComposantType().hGetCode(), fStartingPointStops); 
     782                                                StopOnCompType vStop = xSearchStop(vAgent.hGetComposant().hGetComposantPrincipal().hGetComposantType().hGetCode(), fStartingPointStops); 
    783783                                                if (vStop != null) { 
    784784                                                        fXStartingPointIncluded = vStop.fIncludeInScope;