Update mouse cursor shape after changes
This fixes some cases where the mouse cursor shape did not change automatically, but instead required a MouseMove to update.
This commit is contained in:
parent
f73ef03a86
commit
0fce98b4b5
5 changed files with 22 additions and 2 deletions
|
|
@ -1087,6 +1087,7 @@ void SceneTree::_change_scene(Node *p_to) {
|
|||
if (p_to) {
|
||||
current_scene = p_to;
|
||||
root->add_child(p_to);
|
||||
root->update_mouse_cursor_shape();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue