diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-12-09 12:04:02 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-12-09 12:04:02 +0100 |
| commit | 9a8e1235930af0091cbbb4b37949657bd6128cf8 (patch) | |
| tree | 7c96f0b8ac2dd8c301d4e6c18653de9aacc0d662 /editor/editor_node.h | |
| parent | 92c001ef0982dc42de3a0dca1df5ac234cbbe229 (diff) | |
| download | redot-engine-9a8e1235930af0091cbbb4b37949657bd6128cf8.tar.gz | |
Fix connections to CanvasItem and Tabs signals
Follow-up to #44188 and #44189.
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 9d1a890f0e..066c2caea7 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -579,7 +579,7 @@ private: void _dock_make_float(); void _scene_tab_changed(int p_tab); void _scene_tab_closed(int p_tab, int option = SCENE_TAB_CLOSE); - void _scene_tab_hover(int p_tab); + void _scene_tab_hovered(int p_tab); void _scene_tab_exit(); void _scene_tab_input(const Ref<InputEvent> &p_input); void _reposition_active_tab(int idx_to); |
