Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
170a6e34
Commit
170a6e34
authored
Mar 25, 2021
by
Tom Hampson
Browse files
Clear curve labels when plot is cleared.
parent
69fa63c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
qt/widgets/instrumentview/src/MiniPlotMpl.cpp
View file @
170a6e34
...
...
@@ -265,8 +265,9 @@ void MiniPlotMpl::setYLinearScale() {
void
MiniPlotMpl
::
clearAll
()
{
// active curve, labels etc
clearCurve
();
// any stored curves
// any stored curves
and labels
m_lines
.
clear
();
m_storedCurveLabels
.
clear
();
replot
();
}
...
...
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