Changeset 5525

Show
Ignore:
Timestamp:
05/12/08 19:07:16 (4 months ago)
Author:
morris
Message:

Fix odd drawing when resizing window

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Spiral/trunk/SPMovieController.m

    r5522 r5525  
    742742                 
    743743                if([[_overlayLoadingStatusTextField stringValue] length] > 0) 
    744                         [self _flashOverlayString:[_overlayLoadingStatusTextField stringValue] textField:_overlayLoadingStatusTextField]; 
     744                        [self _setOverlayString:[_overlayLoadingStatusTextField stringValue] textField:_overlayLoadingStatusTextField]; 
    745745 
    746746                if([[_overlayStatusTextField stringValue] length] > 0) 
    747                         [self _flashOverlayString:[_overlayStatusTextField stringValue] textField:_overlayStatusTextField]; 
     747                        [self _setOverlayString:[_overlayStatusTextField stringValue] textField:_overlayStatusTextField]; 
    748748 
    749749                if([[_overlayTimeTextField stringValue] length] > 0) 
    750                         [self _flashOverlayString:[_overlayTimeTextField stringValue] textField:_overlayTimeTextField]; 
     750                        [self _setOverlayString:[_overlayTimeTextField stringValue] textField:_overlayTimeTextField]; 
    751751         
    752752                [self _adjustOverlayTextFields];