Prevent node rename shortcut from stealing focus from controls

This commit is contained in:
passivestar
2024-06-14 18:44:06 +04:00
parent 71699e08c9
commit 09f967bc00
3 changed files with 13 additions and 2 deletions

View File

@ -96,6 +96,8 @@ protected:
void _focus_entered();
public:
virtual bool is_text_field() const override;
String get_tooltip(const Point2 &p_pos) const override;
String get_text_value() const;