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:
authorEnrico Turri <enricoturri@seznam.cz>2019-05-20 16:59:54 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-05-20 16:59:54 +0300
commitb0200c04ae03dddbec6cb22d9ce8fac6fffed19c (patch)
treec0c5a7116e98fbd4939ca4854ad82968772f4ce0 /src/slic3r/GUI/Selection.hpp
parent8f72a0cad85a1699336add9f25667a95fa534887 (diff)
Fixed debug technology ENABLE_RENDER_SELECTION_CENTER
Diffstat (limited to 'src/slic3r/GUI/Selection.hpp')
-rw-r--r--src/slic3r/GUI/Selection.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Selection.hpp b/src/slic3r/GUI/Selection.hpp
index 4e5da3685..99d939acc 100644
--- a/src/slic3r/GUI/Selection.hpp
+++ b/src/slic3r/GUI/Selection.hpp
@@ -5,6 +5,11 @@
#include "libslic3r/Geometry.hpp"
#include "3DScene.hpp"
+#if ENABLE_RENDER_SELECTION_CENTER
+class GLUquadric;
+typedef class GLUquadric GLUquadricObj;
+#endif // ENABLE_RENDER_SELECTION_CENTER
+
namespace Slic3r {
namespace GUI {
@@ -291,7 +296,7 @@ public:
void render(float scale_factor = 1.0) const;
#if ENABLE_RENDER_SELECTION_CENTER
- void render_center() const;
+ void render_center(bool gizmo_is_dragging) const;
#endif // ENABLE_RENDER_SELECTION_CENTER
void render_sidebar_hints(const std::string& sidebar_field) const;