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

Author Committer Branch Timestamp Parent
naucoin naucoin master 2014-09-11 16:33:00 master f2f1a3e8
Affected Issues 0003756: Checking transform box in Markups crashes Slicer
Changeset

BUG: fix crash when showing transformed markups

The module widget was getting the world coordinates by passing in a 3
element array, not a 4 element array. On some machines this was
triggering a crash. This fix avoids that by properly passing
a four element point array and then reassigning the values to
the three element array for display.

Issue 0003756

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

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