mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Moved auto scrolling logic to CTextLogger. Removed redundant code in CTextLogger. Added bool param to CTextLogger::RemoveLine to determine whether or not to lock the mutex (internal operations should not lock). Fixed issue where scrolling with cursor is not possible when auto-scroll is set or ScrollY is towards its max. Fixed copy button (copy all text in console via GUI, ctrl + a - ctrl + v alternative).