Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 20, 2007, 11:39:18 AM (18 years ago)
Author:
nicolasc
Message:

data bump

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/util/track/action_box.cc

    r10698 r10728  
    9898  assert( _track );
    9999  assert( State::getActionBox() == NULL );
    100  
     100
    101101  State::setActionBox( this );
    102  
     102
    103103  this->width_2 = width_2;
    104104  this->height_2 = height_2;
     
    106106  this->stretch = stretch;
    107107  this->track = _track;
    108  
     108
    109109  setParent( _track->getTrackNode() );
    110    
     110
    111111  toList( OM_COMMON );
    112112}
Note: See TracChangeset for help on using the changeset viewer.