Changeset 335

Show
Ignore:
Timestamp:
03/18/07 22:20:47 (2 years ago)
Author:
hagedorn
Message:

CocoaTimeline: minor patch to temporarily fix problems with track display on PPC

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/LaserLine_2.0/Src/Sequencing/Generators/LZ3DTorus.m

    r334 r335  
    99#import "LZ3DTorus.h" 
    1010 
     11 
     12 
     13/* 
     14 This code has not been modularized or setup so that parameters may be adjusted via GUI. Ra, Rb, FRAMES, and frameIndex Jump may need to be adjusted via GUI to chanage parameters. Scaling too. 
     15 Also, it is not explicitly clear in documentation anywhere that the frame will be free'd anywhere-- though i think it is. Perhaps we should write some docs for this stuff. 
     16 -Joey 3.18.07 
     17*/ 
    1118 
    1219@implementation LZ3DTorus 
  • trunk/UI_Elements/CocoaTimeline/src/TimeLine/TLTrack.m

    r298 r335  
    7474{        
    7575        TLClip *aClip = [[TLClip alloc] initWithTime:time inTrack:(id)self]; 
    76         [aClip setImage:aImage]; 
     76        //[aClip setImage:aImage]; 
    7777        [aClip setTitle:aTitle]; 
    7878        [aClip setIdentifier:aID]; 
     
    8282        [self expandWidth]; 
    8383        [theTLView redrawAllClips]; 
    84         //[self redrawClips]; 
     84        [self redrawClips]; 
    8585        [self setNeedsDisplay:YES]; 
    8686        [theTLView setNeedsDisplay:YES];