Changeset 5512

Show
Ignore:
Timestamp:
05/09/08 10:39:45 (1 week ago)
Author:
morris
Message:

Don't adjust if shift is held down

Files:

Legend:

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

    r5481 r5512  
    350350 
    351351- (void)movieControllerSizeChanged:(NSNotification *)notification { 
    352         [self _adjustWindowFrame]; 
     352        if(![[NSApp currentEvent] shiftKeyModifier]) 
     353                [self _adjustWindowFrame]; 
    353354} 
    354355