Unload fusion when change slice orientation

This commit is contained in:
Krad
2022-08-03 13:28:26 +08:00
parent 47acba68a3
commit 280bb1a052

View File

@@ -446,6 +446,7 @@ int DicomImageView::getSliceOrientation() {
}
void DicomImageView::setSliceOrientation(int orientation) {
unloadFusion();
mSliceOrientation = orientation;
mImageViewer->SetSliceOrientation(orientation);
int max = 0;