Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Slicer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sam Horvath
  • Slicer
  • Merge requests
  • !53

BUG: Fix #3214

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Sam Horvath requested to merge github/fork/lchauvin/3214-projections-not-deleted-with-annotations into master Jul 11, 2013
  • Overview 8
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: lchauvin

#3214: Hiding and deleting fiducials does not affect their 2d projections

The projection is creating object (vtkSeedWidget) to represent the projection on the 2D viewers. However, when the fiducial was removed, the vtkSeedWidget objects were staying, so projection was still visible. In the RemoveWidgetAndNode, I forgot to include the code where the objects (vtkSeedWidget) related to the fiducial were deleted. That's what I added here. It's also true for rulers and their projection.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/lchauvin/3214-projections-not-deleted-with-annotations