Ticket #5104: clickthrough.diff
| File clickthrough.diff, 0.6 kB (added by hortont424, 5 months ago) |
|---|
-
Source/AIListWindowController.m
old new 160 160 161 161 //super's windowDidLoad will restore our location, which is based upon the contactListRoot 162 162 [super windowDidLoad]; 163 164 //Don't allow clickthrough with a transparent contact list 165 [[self window] setIgnoresMouseEvents:NO]; 163 166 164 167 //Exclude this window from the window menu (since we add it manually) 165 168 [[self window] setExcludedFromWindowsMenu:YES];