Changeset 3782

Show
Ignore:
Timestamp:
03/09/08 01:48:37 (6 months ago)
Author:
timothy
Message:

Fix the issue where scroll events would affect background windows. #1171

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Controllers/JVChatWindowController.m

    r3777 r3782  
    107107 
    108108        [[self window] useOptimizedDrawing:YES]; 
     109        [[self window] setIgnoresMouseEvents:NO]; 
    109110        [[self window] setOpaque:NO]; // let us poke transparant holes in the window 
    110111