mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-05 14:58:03 -04:00
fix: reset pianoroll linewidth to 1
This commit is contained in:
@@ -198,6 +198,8 @@ export function pianoroll({
|
||||
let from = -cycles * playhead;
|
||||
let to = cycles * (1 - playhead);
|
||||
|
||||
ctx.lineWidth = 1;
|
||||
|
||||
if (timeframeProp) {
|
||||
console.warn('timeframe is deprecated! use from/to instead');
|
||||
from = 0;
|
||||
|
||||
Reference in New Issue
Block a user