Fix Bitselect
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user