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

Remove call to setContentHasShadow, which seems to be harmful at least on 10.10

parent a3395184
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -385,7 +385,7 @@ NSString *sessionsKey = @"sessions";
styleMask:styleMask
backing:NSBackingStoreBuffered
defer:NO];
[myWindow _setContentHasShadow:NO];
// [myWindow _setContentHasShadow:NO];
 
PtyLog(@"initWithSmartLayout - new window is at %p", myWindow);
[self setWindow:myWindow];
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