Skip to content
Snippets Groups Projects
Commit 9c469e88 authored by David E. DeMarle's avatar David E. DeMarle Committed by Kitware Robot
Browse files

Merge topic 'fix-orientation-bounds-notdisplayed' into release


dec792d3 ensure rendering picks up change to outline on interaction

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarBen Boeckel <ben.boeckel@kitware.com>
Merge-request: !5042
parents a3f74ec8 dec792d3
Branches
No related tags found
No related merge requests found
......@@ -509,6 +509,7 @@ void vtkOrientationMarkerWidget::UpdateOutline()
points->SetPoint( 1, vp[2]-1, vp[1]+1, 0 );
points->SetPoint( 2, vp[2]-1, vp[3]-1, 0 );
points->SetPoint( 3, vp[0]+1, vp[3]-1, 0 );
this->Outline->Modified();
}
//-------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment