Skip to content

Commit

Permalink
Refs #7363. CubeAxes set differently in PV 4p3.
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsteve committed Apr 16, 2015
1 parent 172afec commit 55b928b
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -48,8 +48,6 @@ ThreeSliceView::ThreeSliceView(QWidget *parent) : ViewBase(parent)
this->mainView = this->createRenderView(this->ui.mainRenderFrame,
QString("OrthographicSliceView"));
pqActiveObjects::instance().setActiveView(this->mainView);

vtkSMPropertyHelper(this->mainView->getProxy(), "ShowCubeAxes").Set(1);
}

ThreeSliceView::~ThreeSliceView()
Expand Down

0 comments on commit 55b928b

Please sign in to comment.