Skip to content

Commit

Permalink
Add this-> to DrawDivLine
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Jan 4, 2024
1 parent 20b839b commit 20833fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view_element.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void View::DrawLayerElement(DeviceContext *dc, LayerElement *element, Layer *lay
this->DrawCustos(dc, element, layer, staff, measure);
}
else if (element->Is(DIVLINE)) {
DrawDivLine(dc, element, layer, staff, measure);
this->DrawDivLine(dc, element, layer, staff, measure);
}
else if (element->Is(DOT)) {
this->DrawDot(dc, element, layer, staff, measure);
Expand Down

0 comments on commit 20833fe

Please sign in to comment.