Skip to content
Snippets Groups Projects
Commit fff0e683 authored by George Nachman's avatar George Nachman
Browse files

Adhoc build 3.0.20161029_153710

parent 59962bea
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -387,6 +387,9 @@ end:
}
 
- (void)setAlphaValue:(CGFloat)alphaValue {
DLog(@"Alpha value changed to %@ from %@", @(alphaValue), [NSThread callStackSymbols]);
AppendPinnedDebugLogMessage(@"PTYWindow.setAlphaValue",
@"WINDOW: %@ WINDOW CONTROLLER: %@ Alpha changed to %@ from %@", self, self.delegate, @(alphaValue), [NSThread callStackSymbols]);
DLog(@"Invalidate cached occlusion: %@ %p", NSStringFromSelector(_cmd), self);
[[iTermWindowOcclusionChangeMonitor sharedInstance] invalidateCachedOcclusion];
[super setAlphaValue:alphaValue];
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment