Fix FOCUS_ACCESSIBILITY grabbing focus when it is not supposed to, forward GraphNode key input to GraphEdit.

This commit is contained in:
Pāvels Nadtočajevs 2025-04-20 20:30:34 +03:00
parent e37c6261ea
commit db0c0a9182
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
6 changed files with 21 additions and 4 deletions

View file

@ -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);