Fix missing check dimension in the vtkImageItem
In Paint
function in the vtkImageItem
class, we don't check if the dimension of the vtkImageData
was equal to 0 before to draw it.
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
In Paint
function in the vtkImageItem
class, we don't check if the dimension of the vtkImageData
was equal to 0 before to draw it.