mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix FOCUS_ACCESSIBILITY grabbing focus when it is not supposed to, forward GraphNode key input to GraphEdit.
This commit is contained in:
parent
e37c6261ea
commit
db0c0a9182
6 changed files with 21 additions and 4 deletions
|
|
@ -401,6 +401,8 @@ public:
|
|||
|
||||
PackedStringArray get_configuration_warnings() const override;
|
||||
|
||||
void key_input(const Ref<InputEvent> &p_ev);
|
||||
|
||||
// This method has to be public (for undo redo).
|
||||
// TODO: Find a better way to do this.
|
||||
void _update_graph_frame(GraphFrame *p_frame);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue