Request immediate refresh of cursor in 2D editor while using shortcuts

Fixes: #37333
This commit is contained in:
Dominik 'dreamsComeTrue' Jasiński
2020-03-26 21:35:12 +01:00
parent 5f1107aa30
commit 55e5fa427a
2 changed files with 16 additions and 5 deletions

View File

@ -501,6 +501,7 @@ private:
bool _gui_input_hover(const Ref<InputEvent> &p_event);
void _gui_input_viewport(const Ref<InputEvent> &p_event);
void _update_cursor();
void _selection_changed();