Selaa lähdekoodia

BUG: ctkVTKSliceView - setupCornerAnnotation is now called

Jean-Christophe Fillion-Robin 15 vuotta sitten
vanhempi
commit
7a72ee8167
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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)
     {