Skip to content

Commit

Permalink
Use continue
Browse files Browse the repository at this point in the history
  • Loading branch information
khoidauminh committed Feb 19, 2025
1 parent cc47d9a commit e96e1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/SampleThumbnail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void SampleThumbnail::visualize(VisualizeParameters parameters, QPainter& painte
{
const auto value = m_buffer->data()->data()[i];
painter.drawPoint(x, renderRect.center().y() - value * yScale);
return;
continue;
}
else
{
Expand Down

0 comments on commit e96e1e6

Please sign in to comment.