feat(token): Zero pad when min val starts with '0' (#1341)
Closes #1332
This commit is contained in:
parent
1808ca3c51
commit
1d6d44f4e9
2 changed files with 4 additions and 1 deletions
include/drawtypes
|
@ -19,6 +19,7 @@ namespace drawtypes {
|
|||
size_t min{0_z};
|
||||
size_t max{0_z};
|
||||
string suffix{""s};
|
||||
bool zpad{false};
|
||||
};
|
||||
|
||||
class label;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue