Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michael Migliore
VTK
Commits
2f2c9e3c
Commit
2f2c9e3c
authored
Dec 14, 2014
by
Sean McBride
Browse files
Copy-paste error, duplicate ORing
Change-Id: I5adee5e4e29ae03aa4363550a11a044d447ae74b
parent
b85b5f6a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Rendering/OpenGL/vtkXRenderWindowTclInteractor.cxx
View file @
2f2c9e3c
...
...
@@ -244,7 +244,7 @@ void vtkXRenderWindowTclInteractor::Enable()
ButtonPressMask
|
ButtonReleaseMask
|
ExposureMask
|
StructureNotifyMask
|
EnterWindowMask
|
LeaveWindowMask
|
PointerMotionMask
|
PointerMotionMask
);
PointerMotionMask
);
// Setup for capturing the window deletion
this
->
KillAtom
=
XInternAtom
(
this
->
DisplayId
,
"WM_DELETE_WINDOW"
,
False
);
...
...
Rendering/Tk/vtkXRenderWindowTclInteractor.cxx
View file @
2f2c9e3c
...
...
@@ -244,7 +244,7 @@ void vtkXRenderWindowTclInteractor::Enable()
ButtonPressMask
|
ButtonReleaseMask
|
ExposureMask
|
StructureNotifyMask
|
EnterWindowMask
|
LeaveWindowMask
|
PointerMotionMask
|
PointerMotionMask
);
PointerMotionMask
);
// Setup for capturing the window deletion
this
->
KillAtom
=
XInternAtom
(
this
->
DisplayId
,
"WM_DELETE_WINDOW"
,
False
);
...
...
Views/Infovis/vtkTreeHeatmapItem.cxx
View file @
2f2c9e3c
...
...
@@ -162,7 +162,7 @@ void vtkTreeHeatmapItem::SetColumnTree(vtkTree *tree)
}
if
(
this
->
Orientation
==
vtkDendrogramItem
::
LEFT_TO_RIGHT
||
this
->
Orientation
==
vtkDendrogramItem
::
LEF
T_TO_
RIGH
T
)
this
->
Orientation
==
vtkDendrogramItem
::
RIGH
T_TO_
LEF
T
)
{
this
->
ColumnDendrogram
->
SetOrientation
(
vtkDendrogramItem
::
UP_TO_DOWN
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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