Skip to content

Commit f2a6c36

Browse files
committed
fix chord display
1 parent f357bdc commit f2a6c36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/canvas_measure.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ fn draw_beat(
449449
// Annotate chord effect
450450
if let Some(chord) = &beat.effect.chord {
451451
let note_effect_text = Text {
452+
shaping: Advanced, // required for printing unicode
452453
content: chord.name.clone(),
453454
color: Color::WHITE,
454455
size: 8.0.into(),

0 commit comments

Comments
 (0)