Attempt to fix rich text label effects processing even when
the node is invisible. ISSUE:47687
This commit is contained in:
parent
0f5fddbdc0
commit
c4f976b38b
@ -1432,13 +1432,14 @@ void RichTextLabel::_notification(int p_what) {
|
||||
}
|
||||
} break;
|
||||
case NOTIFICATION_INTERNAL_PROCESS: {
|
||||
if (is_visible_in_tree()) {
|
||||
float dt = get_process_delta_time();
|
||||
|
||||
_update_fx(main, dt);
|
||||
update();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Control::CursorShape RichTextLabel::get_cursor_shape(const Point2 &p_pos) const {
|
||||
if (!underline_meta) {
|
||||
|
Loading…
Reference in New Issue
Block a user