Skip to content

Commit

Permalink
added missing mark dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dB authored and m0dB committed Oct 20, 2024
1 parent ca410f3 commit ec20915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/waveform/renderers/allshader/waveformrendermark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ void allshader::WaveformRenderMark::updateRangeNode(GeometryNode* pNode,
{posx1, posy1}, {posx2, posy2}, {r, g, b, a}, {r, g, b, 0.f});
vertexUpdater.addRectangleVGradient(
{posx1, posy4}, {posx2, posy3}, {r, g, b, a}, {r, g, b, 0.f});

pNode->markDirtyGeometry();
}

bool allshader::WaveformRenderMark::isSubtreeBlocked() const {
Expand Down

0 comments on commit ec20915

Please sign in to comment.