Do not allow to copy/paste volumes when using sla printer

This commit is contained in:
Enrico Turri 2019-06-24 13:21:05 +02:00
parent fab3634931
commit 7aaba25520
6 changed files with 79 additions and 29 deletions

View file

@ -200,7 +200,6 @@ public:
void copy_selection_to_clipboard();
void paste_from_clipboard();
bool can_paste_from_clipboard() const;
bool can_delete() const;
bool can_delete_all() const;
@ -212,8 +211,8 @@ public:
bool can_split_to_volumes() const;
bool can_arrange() const;
bool can_layers_editing() const;
bool can_copy() const;
bool can_paste() const;
bool can_paste_from_clipboard() const;
bool can_copy_to_clipboard() const;
void msw_rescale();