1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 10:27:09 +00:00

Allow user to select bgcolour in Ultracode

This commit is contained in:
Robin Stuart
2020-04-08 20:53:58 +01:00
parent d99bda9385
commit 752b1511b6

View File

@@ -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;
}