refactor: prevent update loops in vtkCylinder by tracking connection and blocking signals during sync
This commit is contained in:
@@ -63,6 +63,7 @@ protected:
|
||||
vtkActor *m_Actor;
|
||||
::vtkAssembly *m_VtkAsm;
|
||||
Content *m_Content;
|
||||
uLib::Connection m_UpdateSignal;
|
||||
};
|
||||
|
||||
} // namespace Vtk
|
||||
|
||||
Reference in New Issue
Block a user