Same method when redrawing as when theme changed

This commit is contained in:
Cameron Reikes 2019-08-01 19:50:14 -07:00
parent 77e8947687
commit c123a8c4f5
1 changed files with 1 additions and 5 deletions

View File

@ -821,11 +821,7 @@ void RichTextLabel::_notification(int p_what) {
} break; } break;
case NOTIFICATION_THEME_CHANGED: { case NOTIFICATION_THEME_CHANGED: {
if (is_inside_tree() && use_bbcode) { update();
parse_bbcode(bbcode);
//first_invalid_line=0; //invalidate ALL
//update();
}
} break; } break;
case NOTIFICATION_DRAW: { case NOTIFICATION_DRAW: {