mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
This commit is contained in:
@@ -5951,6 +5951,9 @@ void GLCanvas3D::set_camera_zoom(float zoom)
|
|||||||
if (zoom_min > 0.0f)
|
if (zoom_min > 0.0f)
|
||||||
zoom = std::max(zoom, zoom_min * 0.7f);
|
zoom = std::max(zoom, zoom_min * 0.7f);
|
||||||
|
|
||||||
|
// Don't allow to zoom too close to the scene.
|
||||||
|
zoom = std::min(zoom, 100.0f);
|
||||||
|
|
||||||
m_camera.zoom = zoom;
|
m_camera.zoom = zoom;
|
||||||
viewport_changed();
|
viewport_changed();
|
||||||
_refresh_if_shown_on_screen();
|
_refresh_if_shown_on_screen();
|
||||||
|
|||||||
Reference in New Issue
Block a user