Skip to content

Commit

Permalink
Auto-scroll the native textlog on MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Nov 3, 2024
1 parent 5114ee6 commit 790b880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/native_dialog/osx_dialog.m
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ - (void)appendText: (NSString*)text
[store beginEditing];
[store appendAttributedString:attributedString];
[store endEditing];
[self scrollRangeToVisible: NSMakeRange(self.string.length, 0)];
}
@end

Expand Down

0 comments on commit 790b880

Please sign in to comment.