mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 18:07:02 +00: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:
@@ -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)");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user