diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-01 07:52:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 07:52:29 +0200 |
commit | a28f44fa53c95138b4850547899864d93d12d89b (patch) | |
tree | 79023ac7beedb8bf798f37d3298639a7a3c49269 /editor/plugins/theme_editor_plugin.cpp | |
parent | d1c20130e84e7f3af1a6fc80b4f44a11c453e3ca (diff) | |
parent | 663e480f24040e40108a75b92a3f53eb82bc94fd (diff) |
Merge pull request #53277 from YeldhamDev/tabs_renaming
Diffstat (limited to 'editor/plugins/theme_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/theme_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/theme_editor_plugin.cpp b/editor/plugins/theme_editor_plugin.cpp index a1591ce9d8..19e1b40a0d 100644 --- a/editor/plugins/theme_editor_plugin.cpp +++ b/editor/plugins/theme_editor_plugin.cpp @@ -3333,7 +3333,7 @@ ThemeEditor::ThemeEditor() { preview_tabs->set_h_size_flags(SIZE_EXPAND_FILL); preview_tabbar_hb->add_child(preview_tabs); preview_tabs->connect("tab_changed", callable_mp(this, &ThemeEditor::_change_preview_tab)); - preview_tabs->connect("right_button_pressed", callable_mp(this, &ThemeEditor::_remove_preview_tab)); + preview_tabs->connect("tab_rmb_clicked", callable_mp(this, &ThemeEditor::_remove_preview_tab)); HBoxContainer *add_preview_button_hb = memnew(HBoxContainer); preview_tabbar_hb->add_child(add_preview_button_hb); |