Browse Source

BUG: ctkVTKSliceView - setupCornerAnnotation is now called

Jean-Christophe Fillion-Robin 15 years ago
parent
commit
7a72ee8167
1 changed files with 1 additions and 0 deletions
  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)
     {