dlg_custom default val bug
Posted: 04.03.2024 09:42
Hello,
I find if the ex0 is -1000,and the default val=1,in dialog,it will show 0 in the box.
c1.join(['type=spinedit', 'val=1', 'ex0=-1000', 'ex1=1000000', 'ex2=1', 'pos=200,24,294,0'])]
I find it in the cuda_number_utils, but it seems due to the dlg_custom method.
I find if the ex0 is -1000,and the default val=1,in dialog,it will show 0 in the box.
c1.join(['type=spinedit', 'val=1', 'ex0=-1000', 'ex1=1000000', 'ex2=1', 'pos=200,24,294,0'])]
I find it in the cuda_number_utils, but it seems due to the dlg_custom method.