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

Fix right border in lion.

parent ec7f6249
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3235,7 +3235,7 @@ NSString *sessionsKey = @"sessions";
return NO;
} else if ([self anyFullScreen] || windowType_ == WINDOW_TYPE_TOP) {
return NO;
} else if ([self scrollbarShouldBeVisible]) {
} else if (![self scrollbarShouldBeVisible]) {
// hidden scrollbar
return YES;
} else {
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