Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cs
gui
i0mapmon-topo
Commits
699bec83
Commit
699bec83
authored
Oct 07, 2020
by
Giacomo Strangolino
Browse files
fixes issues
#4
parent
d55a4c96
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/i0mmtopobarchart.cpp
View file @
699bec83
...
...
@@ -151,7 +151,8 @@ void I0MMTopoBarChart::enableLogScale(bool en) {
void
I0MMTopoBarChart
::
setLambdas
(
const
QVector
<
int
>
lidxs
)
{
m_update_bars
(
lidxs
);
update
(
m_cur_data
);
if
(
m_cur_data
.
size
()
>
0
)
update
(
m_cur_data
);
}
void
I0MMTopoBarChart
::
m_onBarsModeChanged
(
int
mode
)
{
...
...
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