diff options
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 13179e8d3..788d41c4e 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -108,7 +108,7 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It [[NSRunLoop currentRunLoop] addTimer:[NSTimer scheduledTimerWithTimeInterval:0.5 target:self selector:@selector(updateUI:) userInfo:nil repeats:YES] - forMode:NSEventTrackingRunLoopMode]; + forMode:NSDefaultRunLoopMode]; // Open debug output window now if it was visible when HB was closed if ([[NSUserDefaults standardUserDefaults] boolForKey:@"OutputPanelIsOpen"]) |