瀏覽代碼

Enable ctkVTKRenderView by default

Julien Finet 14 年之前
父節點
當前提交
3b17340e58
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Libs/Visualization/VTK/Widgets/ctkVTKRenderView.cpp

+ 1 - 1
Libs/Visualization/VTK/Widgets/ctkVTKRenderView.cpp

@@ -52,7 +52,7 @@ ctkVTKRenderViewPrivate::ctkVTKRenderViewPrivate(ctkVTKRenderView& object)
   this->Orientation = vtkSmartPointer<vtkOrientationMarkerWidget>::New();
   this->CornerAnnotation = vtkSmartPointer<vtkCornerAnnotation>::New();
   this->RenderPending = false;
-  this->RenderEnabled = false;
+  this->RenderEnabled = true;
   this->ZoomFactor = 0.05;
   this->PitchRollYawIncrement = 5;
   this->PitchDirection = ctkVTKRenderView::PitchUp;