mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Selection enabled only for 3D view and not for g-code preview
This commit is contained in:
parent
3c163285e5
commit
a4f404a6a4
6 changed files with 13 additions and 3 deletions
|
@ -49,6 +49,7 @@ Selection::VolumeCache::VolumeCache(const Geometry::Transformation& volume_trans
|
|||
Selection::Selection()
|
||||
: m_volumes(nullptr)
|
||||
, m_model(nullptr)
|
||||
, m_enabled(false)
|
||||
, m_mode(Instance)
|
||||
, m_type(Empty)
|
||||
, m_valid(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue