1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

Copy and paste -> prototype of copy and paste for objects

This commit is contained in:
Enrico Turri
2019-04-10 15:55:32 +02:00
parent 1b6bf30e76
commit 8b9568797a
4 changed files with 43 additions and 10 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ public:
void update_item_error_icon(const int obj_idx, int vol_idx) const ;
void paste_volumes_into_list(int obj_idx, const ModelVolumePtrs& volumes);
void paste_object_into_list(const ModelObject& object);
void paste_objects_into_list(const std::vector<size_t>& object_idxs);
private:
void OnChar(wxKeyEvent& event);