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-06-12 17:28:25 +0300
committerYuSanka <yusanka@gmail.com>2019-06-12 17:28:25 +0300
commit1694204687ca93e7bd831cf5a5598bc1acfce658 (patch)
treef88fee71c1d70c9bece00a5de0ea8985d466e23a /src/slic3r/GUI/GUI_ObjectList.hpp
parent26fb68ba459d11b9bc0df5047ccda8fbd0b9419e (diff)
Added some logic to layers editor selection
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectList.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectList.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectList.hpp b/src/slic3r/GUI/GUI_ObjectList.hpp
index ed055a3a6..ed19edd62 100644
--- a/src/slic3r/GUI/GUI_ObjectList.hpp
+++ b/src/slic3r/GUI/GUI_ObjectList.hpp
@@ -291,8 +291,8 @@ public:
void add_layer_item (const t_layer_height_range& range,
const wxDataViewItem layers_item,
const int layer_idx = -1);
- void edit_layer_range(const t_layer_height_range& range, coordf_t layer_height);
- void edit_layer_range(const t_layer_height_range& range,
+ bool edit_layer_range(const t_layer_height_range& range, coordf_t layer_height);
+ bool edit_layer_range(const t_layer_height_range& range,
const t_layer_height_range& new_range);
void init_objects();