disable rounding on checkbox
This commit is contained in:
parent
e5acf07b38
commit
fc18c86201
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ static int create(MwWidget handle) {
|
|||
MwSetDefault(handle);
|
||||
|
||||
MwSetInteger(handle, MwNchecked, 0);
|
||||
MwSetInteger(handle, MwNroundness, 5);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue