refactor: prevent update loops in vtkCylinder by tracking connection and blocking signals during sync

This commit is contained in:
AndreaRigoni
2026-03-31 16:32:43 +00:00
parent d4fd2d3914
commit f3274f346b
2 changed files with 18 additions and 9 deletions

View File

@@ -63,6 +63,7 @@ protected:
vtkActor *m_Actor;
::vtkAssembly *m_VtkAsm;
Content *m_Content;
uLib::Connection m_UpdateSignal;
};
} // namespace Vtk