Skip to content

Commit e7585f9

Browse files
committed
View fix for recent MIP changes.
1 parent b2409bb commit e7585f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Qt/milxQtImage.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,15 +1861,15 @@ void milxQtImage::projectIntensity(bool xAxis, bool yAxis, bool zAxis)
18611861
//if (!vectorised)
18621862
//volume = false; //3D image projected to 2D
18631863

1864+
generateImage();
1865+
18641866
//Determined according to ITK MIP class docs
18651867
if (xAxis)
18661868
viewToZYPlane();
18671869
if (yAxis)
18681870
viewToZXPlane();
18691871
if (zAxis)
18701872
viewToXYPlane();
1871-
1872-
generateImage();
18731873
}
18741874

18751875
void milxQtImage::matchInfo(milxQtImage *imageToMatch)

0 commit comments

Comments
 (0)