Fix unintended change of font scaling behavior
This commit is contained in:
parent
340a048121
commit
ab604b34ee
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ impl MPDDisplay {
|
||||||
for fragment in text.fragments_mut() {
|
for fragment in text.fragments_mut() {
|
||||||
fragment.scale = Some(PxScale {
|
fragment.scale = Some(PxScale {
|
||||||
x: current_x,
|
x: current_x,
|
||||||
y: current_y,
|
y: diff_scale_y,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
*timer_x = current_x;
|
*timer_x = current_x;
|
||||||
|
|
Loading…
Reference in a new issue