Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lucas Gandel
VTK
Commits
2380face
Commit
2380face
authored
Aug 22, 2011
by
David Partyka
Browse files
Merge branch 'widget-printself-fixes' into release
parents
e41a861c
f93e9516
Changes
1
Hide whitespace changes
Inline
Side-by-side
Widgets/vtkBoxWidget2.cxx
View file @
2380face
...
...
@@ -326,7 +326,7 @@ void vtkBoxWidget2::PrintSelf(ostream& os, vtkIndent indent)
os
<<
indent
<<
"Translation Enabled: "
<<
(
this
->
TranslationEnabled
?
"On
\n
"
:
"Off
\n
"
);
os
<<
indent
<<
"Scaling Enabled: "
<<
(
this
->
ScalingEnabled
?
"On
\n
"
:
"Off
\n
"
);
os
<<
indent
<<
"Rotation Enabled: "
<<
(
this
->
RotationEnabled
?
"On
\n
"
:
"Off
\n
"
);
os
<<
indent
<<
"
Rotation
Enabled: "
<<
(
this
->
MoveFacesEnabled
?
"On
\n
"
:
"Off
\n
"
);
os
<<
indent
<<
"
Move Faces
Enabled: "
<<
(
this
->
MoveFacesEnabled
?
"On
\n
"
:
"Off
\n
"
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment