diff options
author | Vitika9 <vitika.program@gmail.com> | 2021-11-26 00:53:27 +0100 |
---|---|---|
committer | Vitika9 <vitika.program@gmail.com> | 2022-05-06 13:09:04 +0530 |
commit | aef3b5681df388358d13bbe53bbafcbf2f905691 (patch) | |
tree | 30670135ad3fef5653a9183baabddb84ee0bd0ca /editor/plugins/tiles/tile_map_editor.h | |
parent | 89449bd0e30f036f0aa21b2cb11d302bad9052be (diff) | |
download | redot-engine-aef3b5681df388358d13bbe53bbafcbf2f905691.tar.gz |
Changed signals of ItemList
Diffstat (limited to 'editor/plugins/tiles/tile_map_editor.h')
-rw-r--r-- | editor/plugins/tiles/tile_map_editor.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editor/plugins/tiles/tile_map_editor.h b/editor/plugins/tiles/tile_map_editor.h index ec32c83d10..f265052200 100644 --- a/editor/plugins/tiles/tile_map_editor.h +++ b/editor/plugins/tiles/tile_map_editor.h @@ -144,6 +144,8 @@ private: void _update_fix_selected_and_hovered(); void _fix_invalid_tiles_in_tile_map_selection(); + void patterns_item_list_empty_clicked(const Vector2 &p_pos, MouseButton p_mouse_button_index); + ///// Bottom panel common //// void _tab_changed(); @@ -187,7 +189,7 @@ private: void _update_scenes_collection_view(); void _scene_thumbnail_done(const String &p_path, const Ref<Texture2D> &p_preview, const Ref<Texture2D> &p_small_preview, Variant p_ud); void _scenes_list_multi_selected(int p_index, bool p_selected); - void _scenes_list_nothing_selected(); + void _scenes_list_lmb_empty_clicked(const Vector2 &p_pos, MouseButton p_mouse_button_index); ///// Bottom panel patterns //// VBoxContainer *patterns_bottom_panel = nullptr; |