mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-18 09:04:37 -04:00
- composite/MAXICODE: set option_1/2
to values used in encodation
("Feedback options"), and for composites use in GUI to give feedback on CC type automatically selected - composite: warn if CC type upped from requested - set_height: give up on giving minimal height in warning for now as too messy to calc and just report too small
This commit is contained in:
parent
0d1f878661
commit
64fd01c73f
11 changed files with 371 additions and 322 deletions
|
@ -898,8 +898,7 @@ INTERNAL int set_height(struct zint_symbol *symbol, const float min_row_height,
|
|||
if (stripf(row_height + epsilon) < stripf(min_row_height)) {
|
||||
error_number = ZINT_WARN_NONCOMPLIANT;
|
||||
if (!no_errtxt) {
|
||||
ZEXT errtxtf(0, symbol, 247, "Height not compliant with standards (minimum %.4g)",
|
||||
stripf(min_row_height * zero_count));
|
||||
errtxt(0, symbol, 247, "Height not compliant with standards (too small)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue