disable rounding on combobox

This commit is contained in:
IoI_xD 2026-03-26 18:36:35 -07:00
commit 080d960f54

View file

@ -14,7 +14,6 @@ static int create(MwWidget handle) {
MwSetInteger(handle, MwNareaShown, 6);
MwSetInteger(handle, MwNvalue, 0);
MwSetInteger(handle, MwNroundness, 5);
return 0;
}