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:
Robin Stuart 2017-12-19 22:01:45 +00:00
parent 9f50714b44
commit c55340f4f3
3 changed files with 33 additions and 14 deletions

View file

@ -70,6 +70,8 @@ public:
int securityLevel() const;
void setSecurityLevel(int securityLevel);
int getError();
float scale() const;
void setScale(float scale);