mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
Remove DMatrix option bug in UI
Do not change value of option3 if user has selected a Data Matrix symbol size. If a warning is generated when saving, make this visible to user. Fixes #85 reported by Harald Oehlmann
This commit is contained in:
parent
9f50714b44
commit
c55340f4f3
3 changed files with 33 additions and 14 deletions
|
@ -70,6 +70,8 @@ public:
|
|||
|
||||
int securityLevel() const;
|
||||
void setSecurityLevel(int securityLevel);
|
||||
|
||||
int getError();
|
||||
|
||||
float scale() const;
|
||||
void setScale(float scale);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue