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-06 11:31:17 +0300
committerYuSanka <yusanka@gmail.com>2019-08-06 11:31:17 +0300
commit0520da32418a5921705662ca238850cea138b217 (patch)
treebb13c6bae6c1aba2ba44ef1b817b4dfb54df98db /src/slic3r/GUI/Selection.cpp
parent4152a5df43298629ba2856f1813ab235191a88df (diff)
parentb43f7c3880ba1c0bbb6cda679d9e06444c749a88 (diff)
Merge remote-tracking branch 'origin' into ys_printable_property
Diffstat (limited to 'src/slic3r/GUI/Selection.cpp')
-rw-r--r--src/slic3r/GUI/Selection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Selection.cpp b/src/slic3r/GUI/Selection.cpp
index 85f154e95..c2b8c1036 100644
--- a/src/slic3r/GUI/Selection.cpp
+++ b/src/slic3r/GUI/Selection.cpp
@@ -100,6 +100,7 @@ void Selection::set_volumes(GLVolumePtrs* volumes)
update_valid();
}
+// Init shall be called from the OpenGL render function, so that the OpenGL context is initialized!
bool Selection::init()
{
if (!m_arrow.init())