Import 2017-06-07 23:51:09: master ac265f6c

Author Committer Branch Timestamp Parent
naucoin naucoin master 2014-03-04 11:13:37 master 99d66a01
Affected Issues 0003556: Jumping to an incorrect slice when a new markup is added
Changeset

BUG: disable selecting new fiducial if jump slices on

When new fiducials are added to a list, by default that row
in the GUI table was selected. If jump slices is checked,
that would result in the slices jumping to the coordinates
of the new fiducial, which is at the origin when it's first
added. The calculated coordinates are set by a second call
(and produce a second event) in the displayable manager
that was not triggering a second jump to the correct
coordinates. Disable jumping to the newly added
fiducial location when jump slices is on, this limits
the jumping to user clicks in the table.

Issue 0003556

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22921 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Modules/Loadable/Markups/qSlicerMarkupsModuleWidget.cxx Diff File