diff options
Diffstat (limited to 'macosx/HBOutputPanelController.m')
-rw-r--r-- | macosx/HBOutputPanelController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBOutputPanelController.m b/macosx/HBOutputPanelController.m index 7d9b8c66c..ecfcc7de7 100644 --- a/macosx/HBOutputPanelController.m +++ b/macosx/HBOutputPanelController.m @@ -105,7 +105,7 @@ NSAttributedString *attributedString = [[NSAttributedString alloc] initWithString:text attributes:_textAttributes]; // Actually write the libhb output to the text view (outputTextStorage) [_outputTextStorage appendAttributedString:attributedString]; - + // remove text from outputTextStorage as defined by TextStorageUpperSizeLimit and TextStorageLowerSizeLimit */ if (_outputTextStorage.length > TextStorageUpperSizeLimit) { |