Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alonsoJASL committed Nov 20, 2024
1 parent 417b399 commit 9aa616b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void FourChamberGuidePointsView::CreateQtPartControl(QWidget *parent) {

vtkSmartPointer<vtkGenericOpenGLRenderWindow> renderWindow =
vtkSmartPointer<vtkGenericOpenGLRenderWindow>::New();
m_Controls.widget_1->SetRenderWindow(renderWindow);
m_Controls.widget_1->renderWindow(renderWindow);
m_Controls.widget_1->renderWindow()->AddRenderer(renderer);

//Setup keyboard interactor
Expand Down

0 comments on commit 9aa616b

Please sign in to comment.