Improve output log performance.

Added method to create a new line in RichTextLabel without adding an ItemNewline to the previous line. Previously, removing a line then adding a newline was adding unnecessary ItemNewline instances to the previous line, significantly the remove_line method.
This commit is contained in:
Eric M 2020-08-17 15:52:42 +10:00
parent 3de4181bd8
commit 77fd9e4dd3
3 changed files with 10 additions and 6 deletions

View file

@ -483,6 +483,8 @@ public:
void push_cell();
void pop();
void increment_line_count();
void clear();
void set_offset(int p_pixel);