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-05-30 17:53:17 +0300
committerYuSanka <yusanka@gmail.com>2019-05-30 17:53:17 +0300
commite531d224e8b4649ec1a16e58e2d060cc1be271d9 (patch)
tree9ad8af192a28a4833d386ce2ae0b6431b23e6cfc /src/slic3r/GUI/GUI_ObjectLayers.cpp
parenta516f76f94447e82eed066f022deedf769f07b42 (diff)
Implemented delete_layers_from_object()
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectLayers.cpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectLayers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectLayers.cpp b/src/slic3r/GUI/GUI_ObjectLayers.cpp
index f47260530..191a65386 100644
--- a/src/slic3r/GUI/GUI_ObjectLayers.cpp
+++ b/src/slic3r/GUI/GUI_ObjectLayers.cpp
@@ -46,7 +46,7 @@ ObjectLayers::ObjectLayers(wxWindow* parent) :
m_og->append_line(line);
- m_bmp_delete = ScalableBitmap(parent, "cross");
+ m_bmp_delete = ScalableBitmap(parent, "remove_copies"/*"cross"*/);
m_bmp_add = ScalableBitmap(parent, "add_copies");
}