Merge pull request #28945 from Paulb23/28860_incorrect_characters
Fix text_edit drawing incorrect chars when syntax highlighting enabled
This commit is contained in:
commit
a7a954e304
1 changed files with 1 additions and 4 deletions
|
|
@ -1072,10 +1072,7 @@ void TextEdit::_notification(int p_what) {
|
|||
}
|
||||
|
||||
if ((char_ofs + char_margin + char_w) >= xmargin_end) {
|
||||
if (syntax_coloring)
|
||||
continue;
|
||||
else
|
||||
break;
|
||||
break;
|
||||
}
|
||||
|
||||
bool in_search_result = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue