Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2018-06-22 17:06:37 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-06-22 17:06:37 +0300
commit2a03b90d2b8d772309409382f84f8b23947640e4 (patch)
treef57d5c75ae4751e2d4ed4e0f3fd030cd68e15fd1 /xs/src/slic3r/GUI/GLCanvas3DManager.hpp
parente622401599f715b741ffc2ce4eeaa00fc1f222ec (diff)
Forced render of 3D scene when changing tab in plater's notebook
Diffstat (limited to 'xs/src/slic3r/GUI/GLCanvas3DManager.hpp')
-rw-r--r--xs/src/slic3r/GUI/GLCanvas3DManager.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/slic3r/GUI/GLCanvas3DManager.hpp b/xs/src/slic3r/GUI/GLCanvas3DManager.hpp
index 3092925d3..8726eb0b1 100644
--- a/xs/src/slic3r/GUI/GLCanvas3DManager.hpp
+++ b/xs/src/slic3r/GUI/GLCanvas3DManager.hpp
@@ -70,6 +70,7 @@ public:
bool init(wxGLCanvas* canvas);
void set_active(wxGLCanvas* canvas, bool active);
+ void set_as_dirty(wxGLCanvas* canvas);
unsigned int get_volumes_count(wxGLCanvas* canvas) const;
void reset_volumes(wxGLCanvas* canvas);