Mac OSX Launcher: Cleanup and update in UI classes. Swift 4.2

This commit is contained in:
meeh
2019-05-02 22:51:35 +00:00
parent 7cb0c9bbb4
commit 540e7c37e0
3 changed files with 54 additions and 45 deletions

View File

@ -41,7 +41,7 @@ class LogViewerViewController : NSTabViewItem {
let nextOutput = previousOutput + "\n" + outputString
self.textFieldView?.string = nextOutput
let range = NSRange(location:nextOutput.characters.count,length:0)
let range = NSRange(location:nextOutput.count,length:0)
self.textFieldView?.scrollRangeToVisible(range)
}
DispatchQueue.main.async(execute: workTask)