Adium

Ticket #5104: clickthrough.diff

File clickthrough.diff, 0.6 kB (added by hortont424, 5 months ago)

Don't Clickthrough on Transparent Contact List Fix

  • Source/AIListWindowController.m

    old new  
    160160 
    161161        //super's windowDidLoad will restore our location, which is based upon the contactListRoot 
    162162        [super windowDidLoad]; 
     163         
     164        //Don't allow clickthrough with a transparent contact list 
     165        [[self window] setIgnoresMouseEvents:NO]; 
    163166 
    164167    //Exclude this window from the window menu (since we add it manually) 
    165168    [[self window] setExcludedFromWindowsMenu:YES];