Show
Ignore:
Timestamp:
09/28/07 16:33:14 (1 year ago)
Author:
morris
Message:

Make inspector do stuff

Change zoom to sacle in most places

Update a bit for 10.5 and 64-bit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/FHImageView.m

    r4902 r4906  
    425425 
    426426 
    427 - (void)setImageRotation:(float)imageRotation { 
     427- (void)setImageRotation:(CGFloat)imageRotation { 
    428428        _imageRotation = imageRotation; 
    429429 
     
    436436 
    437437 
    438 - (float)imageRotation { 
     438- (CGFloat)imageRotation { 
    439439        return _imageRotation; 
    440440}