Skip to content

Commit

Permalink
Merge pull request #353 from silicon-heaven/paint-minimap-not-filled
Browse files Browse the repository at this point in the history
paint minimap in graph not filled, just lines
  • Loading branch information
fvacek authored Oct 3, 2023
2 parents 15b495f + b80cf04 commit d9899a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libshvvisu/src/timeline/graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,7 @@ void Graph::drawMiniMap(QPainter *painter)
for (int i : visible_channels) {
GraphChannel *ch = channelAt(i);
GraphChannel::Style ch_st = ch->m_effectiveStyle;
ch_st.setLineAreaStyle(GraphChannel::Style::LineAreaStyle::Blank);
DataRect drect{xRange(), ch->yRange()};
drawSamples(painter2, i, drect, mm_rect, ch_st);
}
Expand Down

0 comments on commit d9899a8

Please sign in to comment.