fixup! prevent drawing separators on starting lines of fields

This commit is contained in:
2025-11-24 09:17:36 +01:00
parent 1ed60e6bfe
commit 3a0331f33b

View File

@@ -392,7 +392,7 @@
range-boundaries.push(start-i)
range-boundaries.push(end-i)
}
range-boundaries.dedup()
range-boundaries = range-boundaries.dedup()
// Draw colors
for i in range(struct.bits) {