Procházet zdrojové kódy

BUG: ctkVTKSliceView - setupCornerAnnotation is now called

Jean-Christophe Fillion-Robin před 15 roky
rodič
revize
7a72ee8167

+ 1 - 0
Libs/Visualization/VTK/Widgets/ctkVTKSliceView.cpp

@@ -528,6 +528,7 @@ void ctkVTKSliceView::setRenderWindowLayout(int rowCount, int columnCount)
   d->RenderWindowColumnCount = columnCount;
 
   d->setupRendering();
+  d->setupCornerAnnotation();
 
   if (d->ImageData)
     {