mirror of
https://github.com/godotengine/godot.git
synced 2024-11-13 23:52:41 +00:00
Same method when redrawing as when theme changed
This commit is contained in:
parent
77e8947687
commit
c123a8c4f5
@ -821,11 +821,7 @@ void RichTextLabel::_notification(int p_what) {
|
||||
} break;
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
|
||||
if (is_inside_tree() && use_bbcode) {
|
||||
parse_bbcode(bbcode);
|
||||
//first_invalid_line=0; //invalidate ALL
|
||||
//update();
|
||||
}
|
||||
update();
|
||||
|
||||
} break;
|
||||
case NOTIFICATION_DRAW: {
|
||||
|
Loading…
Reference in New Issue
Block a user