Import 2017-06-07 23:51:09: master 9b62a8d2
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
johan.andruejol | johan.andruejol | master | 2017-04-27 15:59:58 | master 06ddc074 |
Changeset | BUG: Fix ConvertDeviceToXYZ() 1 pixel offset The issue appeared when using an annotation. When the annotation point is Here is a small python code exerpt that can be used to showcase the bug: def PrintP1(caller, event): ruler = slicer.mrmlScene.AddNode(slicer.vtkMRMLAnnotationRulerNode()) Fixing the computation of Z in ConvertDeviceToXYZ() fixes this. git-svn-id: http://svn.slicer.org/Slicer4/trunk@25981 3bd1e089-480b-0410-8dfb-8563597acbee |
|||
mod - Libs/MRML/DisplayableManager/vtkMRMLAbstractSliceViewDisplayableManager.cxx | Diff File | |||
mod - Modules/Loadable/Markups/MRMLDM/vtkMRMLMarkupsDisplayableManager2D.cxx | Diff File |