mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Allow user to select bgcolour in Ultracode
This commit is contained in:
parent
d99bda9385
commit
752b1511b6
@ -1026,9 +1026,5 @@ INTERNAL int ultracode(struct zint_symbol *symbol, const unsigned char source[],
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Override any user selected colours */
|
|
||||||
strcpy(symbol->fgcolour, "000000");
|
|
||||||
strcpy(symbol->bgcolour, "ffffff");
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user