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-11-26 16:44:14 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-11-26 16:44:14 +0300
commit55a163e216478fa794f58cbb1ac57838fa99b9cd (patch)
tree985c983bdcb374e1713be6eb876a033ac23977ab /src/slic3r/GUI/GLCanvas3D.hpp
parentc6aa56ba8ae48b9865073996252bb79c938d9ccc (diff)
Added tooltip, showing layer height at mouse cursor, to layer height profile bar
Diffstat (limited to 'src/slic3r/GUI/GLCanvas3D.hpp')
-rw-r--r--src/slic3r/GUI/GLCanvas3D.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GLCanvas3D.hpp b/src/slic3r/GUI/GLCanvas3D.hpp
index c673bc39b..e69971dfd 100644
--- a/src/slic3r/GUI/GLCanvas3D.hpp
+++ b/src/slic3r/GUI/GLCanvas3D.hpp
@@ -254,6 +254,8 @@ private:
float object_max_z() const { return m_object_max_z; }
+ std::string get_tooltip(const GLCanvas3D& canvas) const;
+
private:
bool is_initialized() const;
void generate_layer_height_texture();