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:
authorLukas Matena <lukasmatena@seznam.cz>2018-11-26 17:54:12 +0300
committerLukas Matena <lukasmatena@seznam.cz>2018-11-26 17:54:37 +0300
commit878c7ee3d7e11fd7e9b59dc3c03ba6e087c14130 (patch)
tree3833969b54649959bfb9ae85f4279749b2f509bc /src/slic3r/GUI/ImGuiWrapper.hpp
parent52c9dd3252d4d56821cab3c262b841e381258212 (diff)
SLA support point gizmo - ImGui experimental overlay plus a small bugfix related to point deletion
Diffstat (limited to 'src/slic3r/GUI/ImGuiWrapper.hpp')
-rw-r--r--src/slic3r/GUI/ImGuiWrapper.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/ImGuiWrapper.hpp b/src/slic3r/GUI/ImGuiWrapper.hpp
index aae7391d4..4e20af9fd 100644
--- a/src/slic3r/GUI/ImGuiWrapper.hpp
+++ b/src/slic3r/GUI/ImGuiWrapper.hpp
@@ -59,6 +59,7 @@ public:
bool input_double(const std::string &label, const double &value, const std::string &format = "%.3f");
bool input_vec3(const std::string &label, const Vec3d &value, float width, const std::string &format = "%.3f");
bool checkbox(const wxString &label, bool &value);
+ void text(const wxString &label);
bool want_mouse() const;
bool want_keyboard() const;