Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-07-05 21:27:44 +0300
committerbubnikv <bubnikv@gmail.com>2019-07-05 21:27:44 +0300
commitfb725502b7a6f7fd645d83ab640e22e0581d413d (patch)
tree1b034b7a31a1c8e8b6435d016f460dfb0843a771 /src/slic3r/GUI/GUI_ObjectList.hpp
parent45a5487e51e7ee451cba7140524a0d4a659c559c (diff)
Undo / Redo: Bound Ctrl-V/Ctrl-Z to the side panel.
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectList.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectList.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectList.hpp b/src/slic3r/GUI/GUI_ObjectList.hpp
index 2a92ecbe4..a5a9c2138 100644
--- a/src/slic3r/GUI/GUI_ObjectList.hpp
+++ b/src/slic3r/GUI/GUI_ObjectList.hpp
@@ -204,6 +204,8 @@ public:
void copy();
void paste();
+ void undo();
+ void redo();
void get_settings_choice(const wxString& category_name);
void get_freq_settings_choice(const wxString& bundle_name);