Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
aba1844b
Commit
aba1844b
authored
Sep 08, 2015
by
Mathieu Westphal
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing bug with plot matrix view when clicking rapidly
http://www.vtk.org/Bug/view.php?id=15708
parent
dcadad3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Charts/Core/vtkScatterPlotMatrix.cxx
Charts/Core/vtkScatterPlotMatrix.cxx
+6
-0
No files found.
Charts/Core/vtkScatterPlotMatrix.cxx
View file @
aba1844b
...
@@ -1125,6 +1125,12 @@ bool vtkScatterPlotMatrix::MouseButtonPressEvent(const vtkContextMouseEvent &)
...
@@ -1125,6 +1125,12 @@ bool vtkScatterPlotMatrix::MouseButtonPressEvent(const vtkContextMouseEvent &)
bool
vtkScatterPlotMatrix
::
MouseButtonReleaseEvent
(
bool
vtkScatterPlotMatrix
::
MouseButtonReleaseEvent
(
const
vtkContextMouseEvent
&
mouse
)
const
vtkContextMouseEvent
&
mouse
)
{
{
// Check we are not currently already animating
if
(
this
->
Private
->
TimerCallbackInitialized
)
{
return
true
;
}
// Work out which scatter plot was clicked - make that one the active plot.
// Work out which scatter plot was clicked - make that one the active plot.
vtkVector2i
pos
=
this
->
GetChartIndex
(
mouse
.
GetPos
());
vtkVector2i
pos
=
this
->
GetChartIndex
(
mouse
.
GetPos
());
...
...
Mathieu Westphal
@mwestphal
mentioned in commit
d12a9fa9
·
Sep 10, 2015
mentioned in commit
d12a9fa9
mentioned in commit d12a9fa99e95f5f9999ab2009f72561dd0e2b58f
Toggle commit list
Write
Preview
Markdown
is supported
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