You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
make sure tab is not visible in RichTextLabel, closes #5079
This commit is contained in:
@@ -374,6 +374,8 @@ if (m_height > line_height) {\
|
|||||||
int cw=0;
|
int cw=0;
|
||||||
|
|
||||||
bool visible = visible_characters<0 || p_char_count<visible_characters;
|
bool visible = visible_characters<0 || p_char_count<visible_characters;
|
||||||
|
if (c[i]=='\t')
|
||||||
|
visible=false;
|
||||||
|
|
||||||
if (selected) {
|
if (selected) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user