Merge pull request #50375 from Paulb23/code_edit_unit_tests

This commit is contained in:
Rémi Verschelde 2021-09-13 21:51:20 +02:00 committed by GitHub
commit 70ba366743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 1166 additions and 6 deletions

View file

@ -545,7 +545,6 @@ private:
protected:
void _notification(int p_what);
virtual void gui_input(const Ref<InputEvent> &p_gui_input) override;
static void _bind_methods();
@ -594,6 +593,7 @@ protected:
public:
/* General overrides. */
virtual void gui_input(const Ref<InputEvent> &p_gui_input) override;
virtual Size2 get_minimum_size() const override;
virtual bool is_text_field() const override;
virtual CursorShape get_cursor_shape(const Point2 &p_pos = Point2i()) const override;