Import 2017-06-07 23:51:09: master 0b7dc93b

Author Committer Branch Timestamp Parent
jcfr jcfr master 2015-03-05 03:46:09 master 9b45ade0
Changeset

BUG: Fix MRML layout logic to maintain backward compatibility

This commit fixes regression introduced by previous
commit (ENH: Add qMRMLLayoutViewFactory) and ensured that threeD, Slice
and Chart node will be named as expected.

Before this commit:

Chart -> ViewChartView1, ViewChartView1, ...
ThreeD -> View1, View2, ...
Slice -> ViewSliceGreen, ViewSliceYello, ...

After this commit:

Chart -> ChartView1, ChartView1, ...
ThreeD -> View1, View2, ...
Slice -> SliceGreen, SliceRed, ...

Co-authored-by: Johan Andruejol <johan.andruejol@kitware.com>

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

mod - Libs/MRML/Logic/vtkMRMLLayoutLogic.cxx Diff File