Improved rendering of seperator bars for Codablock-F

This commit is contained in:
Robin Stuart 2016-09-12 21:47:40 +01:00
parent 8af885a3b8
commit 16511da26d
8 changed files with 101 additions and 43 deletions

View file

@ -177,7 +177,7 @@ int is_stackable(const int symbology) {
case BARCODE_TELEPEN_NUM:
case BARCODE_ITF14:
case BARCODE_CODE32:
case BARCODE_CODABLOCK:
case BARCODE_CODABLOCKF:
retval = 1;
}