diff options
author | VolTer <mew.pur.pur@abv.bg> | 2023-05-31 20:03:04 +0200 |
---|---|---|
committer | VolTer <mew.pur.pur@abv.bg> | 2023-05-31 20:03:04 +0200 |
commit | 6566b96b6348e5de10f65f880c51c639b29f1164 (patch) | |
tree | dc62bc507cdaa9c3c87683c3bbf168ae83db0c3f /editor/plugins/gradient_texture_2d_editor_plugin.h | |
parent | 6101240231600c871f5c5473872532c68ea3268c (diff) | |
download | redot-engine-6566b96b6348e5de10f65f880c51c639b29f1164.tar.gz |
Use NOTIFICATION_MOUSE_EXIT instead of a signal for a few editor plugins
Diffstat (limited to 'editor/plugins/gradient_texture_2d_editor_plugin.h')
-rw-r--r-- | editor/plugins/gradient_texture_2d_editor_plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/gradient_texture_2d_editor_plugin.h b/editor/plugins/gradient_texture_2d_editor_plugin.h index 5f693f5873..2816b11d74 100644 --- a/editor/plugins/gradient_texture_2d_editor_plugin.h +++ b/editor/plugins/gradient_texture_2d_editor_plugin.h @@ -66,8 +66,6 @@ class GradientTexture2DEdit : public Control { virtual void gui_input(const Ref<InputEvent> &p_event) override; - void _on_mouse_exited(); - void _draw(); protected: |