Skip to content

Commit

Permalink
Merge pull request #3601 from rettinghaus/fix-tabNote
Browse files Browse the repository at this point in the history
fix doubled g in SVG
  • Loading branch information
lpugin authored Feb 19, 2024
2 parents 105641f + 5757ff9 commit ae00a34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/view_tab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ void View::DrawTabNote(DeviceContext *dc, LayerElement *element, Layer *layer, S
// TabGrp *tabGrp = note->IsTabGrpNote();
// assert(tabGrp);

dc->StartGraphic(note, "", note->GetID());

int x = element->GetDrawingX();
int y = element->GetDrawingY();

Expand Down Expand Up @@ -152,8 +150,6 @@ void View::DrawTabNote(DeviceContext *dc, LayerElement *element, Layer *layer, S

// Draw children (nothing yet)
this->DrawLayerChildren(dc, note, layer, staff, measure);

dc->EndGraphic(note, this);
}

void View::DrawTabDurSym(DeviceContext *dc, LayerElement *element, Layer *layer, Staff *staff, Measure *measure)
Expand Down

0 comments on commit ae00a34

Please sign in to comment.