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:
parent
3de4181bd8
commit
77fd9e4dd3
3 changed files with 10 additions and 6 deletions
|
|
@ -483,6 +483,8 @@ public:
|
|||
void push_cell();
|
||||
void pop();
|
||||
|
||||
void increment_line_count();
|
||||
|
||||
void clear();
|
||||
|
||||
void set_offset(int p_pixel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue