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:
authorYuSanka <yusanka@gmail.com>2019-08-05 11:05:28 +0300
committerYuSanka <yusanka@gmail.com>2019-08-05 11:05:28 +0300
commite8f27c6407c4339ea73d5561095cfc338bb3e207 (patch)
tree0a18659803655be1f54bd303a70555856313ec8f /src/slic3r/GUI/GUI_ObjectList.hpp
parent825446d14586a3838f6f7e5b96b05449fb1fcb83 (diff)
Added call a toggle printable property for instance from ObjectList
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 1cfca1a42..bdec06081 100644
--- a/src/slic3r/GUI/GUI_ObjectList.hpp
+++ b/src/slic3r/GUI/GUI_ObjectList.hpp
@@ -349,7 +349,9 @@ public:
void msw_rescale();
void update_after_undo_redo();
+ //update printable state for item from objects model
void update_printable_state(int obj_idx, int instance_idx);
+ void toggle_printable_state(wxDataViewItem item);
private:
#ifdef __WXOSX__