Fix Bitselect

This commit is contained in:
Thermo_SIM
2021-03-15 15:31:25 +01:00
parent f6d794d90c
commit 941535056d
@@ -63,7 +63,7 @@ export default class bitSelect extends Vue {
}
bit_visible(bit) {
return this.bit_test(this.value.range.max,bit);
return this.bit_test(this.value.range.max,bit-1);
}
}