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>2020-01-29 17:46:48 +0300
committerEnrico Turri <enricoturri@seznam.cz>2020-01-29 17:46:48 +0300
commit0407634824a48d9c845ebbcc7e0ab149a95bfb3a (patch)
treee1fea23a9a07aa015e328b88c039e9889ec6315c /src/slic3r/GUI/GLCanvas3D.cpp
parent16fa68df0ccc7aa1a09a03c36960b83362652c7f (diff)
parente679bcced67fc6f480acd5b49ce7d0142215fc5d (diff)
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_labels
Diffstat (limited to 'src/slic3r/GUI/GLCanvas3D.cpp')
-rw-r--r--src/slic3r/GUI/GLCanvas3D.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/slic3r/GUI/GLCanvas3D.cpp b/src/slic3r/GUI/GLCanvas3D.cpp
index 8d02ba0b5..0bdcb87b5 100644
--- a/src/slic3r/GUI/GLCanvas3D.cpp
+++ b/src/slic3r/GUI/GLCanvas3D.cpp
@@ -1861,9 +1861,7 @@ void GLCanvas3D::render()
if (m_camera.requires_zoom_to_bed)
{
zoom_to_bed();
-#if !ENABLE_6DOF_CAMERA
_resize((unsigned int)cnv_size.get_width(), (unsigned int)cnv_size.get_height());
-#endif // !ENABLE_6DOF_CAMERA
m_camera.requires_zoom_to_bed = false;
}