mirror of https://github.com/LIJI32/SameBoy.git
The sideview shouldn't automatically scroll
This commit is contained in:
parent
1400bd40e8
commit
976fe7a337
|
@ -1568,7 +1568,9 @@ enum GBWindowResizeAction
|
|||
[self reloadVRAMData: nil];
|
||||
|
||||
[textView.textStorage appendAttributedString:_pendingConsoleOutput];
|
||||
[textView scrollToEndOfDocument:nil];
|
||||
if (!_logToSideView) {
|
||||
[textView scrollToEndOfDocument:nil];
|
||||
}
|
||||
if ([[NSUserDefaults standardUserDefaults] boolForKey:@"DeveloperMode"]) {
|
||||
[self.consoleWindow orderFront:nil];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue