Closed allemangD closed 3 years ago
Set QSettings SubjectHierarchy/ResetViewOrientationOnShowVolume to False.
QSettings
SubjectHierarchy/ResetViewOrientationOnShowVolume
False
See https://github.com/Slicer/Slicer/blob/ebb9303b538495e75519126648b5e621d3f7dc97/Modules/Loadable/Volumes/SubjectHierarchyPlugins/qSlicerSubjectHierarchyVolumesPlugin.cxx#L432-L463
bool resetOrientation = d->resetViewOrientationOnShow(); bool resetFov = d->resetFieldOfViewOnShow(); if (resetOrientation) { // Set to default orientation before rotation so that the view is snapped // closest to the default orientation of this slice view. sliceNode->SetOrientationToDefault();
bool resetOrientation = d->resetViewOrientationOnShow(); bool resetFov = d->resetFieldOfViewOnShow();
if (resetOrientation) { // Set to default orientation before rotation so that the view is snapped // closest to the default orientation of this slice view. sliceNode->SetOrientationToDefault();
Fixes #178
Set
QSettings
SubjectHierarchy/ResetViewOrientationOnShowVolume
toFalse
.See https://github.com/Slicer/Slicer/blob/ebb9303b538495e75519126648b5e621d3f7dc97/Modules/Loadable/Volumes/SubjectHierarchyPlugins/qSlicerSubjectHierarchyVolumesPlugin.cxx#L432-L463
Fixes #178