diff Framework/Radiography/RadiographyMaskLayer.cpp @ 1279:7ec8fea061b9 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Feb 2020 15:20:08 +0100
parents 69177b10e2b9
children 1c7ae79c426d
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyMaskLayer.cpp	Fri Jan 31 17:34:57 2020 +0100
+++ b/Framework/Radiography/RadiographyMaskLayer.cpp	Tue Feb 04 15:20:08 2020 +0100
@@ -82,7 +82,7 @@
                                     float windowWidth,
                                     bool applyWindowing) const
   {
-    if (dicomLayer_.GetWidth() == 0) // nothing to do if the DICOM layer is not displayed (or not loaded)
+    if (dicomLayer_.GetWidth() == 0 || dicomLayer_.GetSourceImage() == NULL) // nothing to do if the DICOM layer is not displayed (or not loaded)
       return;
 
     if (invalidated_)