disable rounding on checkbox

This commit is contained in:
IoI_xD 2026-03-26 18:37:47 -07:00 committed by Nishi
commit fc18c86201

View file

@ -4,7 +4,6 @@ static int create(MwWidget handle) {
MwSetDefault(handle);
MwSetInteger(handle, MwNchecked, 0);
MwSetInteger(handle, MwNroundness, 5);
return 0;
}