mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 12:47:50 -06:00
Common gizmos data are now handled by the CommonGizmosDataPool object
This commit is contained in:
parent
7c4071c541
commit
3b06332999
6 changed files with 19 additions and 9 deletions
|
@ -111,7 +111,7 @@ private:
|
|||
int m_active_inst = -1;
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
class InstancesHider : public CommonGizmosDataBase
|
||||
{
|
||||
public:
|
||||
|
@ -175,7 +175,7 @@ public:
|
|||
: CommonGizmosDataBase(cgdp) {}
|
||||
void update(bool required) override;
|
||||
};
|
||||
|
||||
*/
|
||||
|
||||
} // namespace CommonGizmosDataObjects
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue