Sfoglia il codice sorgente

BUG: ctkVTKSliceView - setupCornerAnnotation is now called

Jean-Christophe Fillion-Robin 15 anni fa
parent
commit
7a72ee8167
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Libs/Visualization/VTK/Widgets/ctkVTKSliceView.cpp

+ 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)
     {