adda-team / adda-gui

GNU General Public License v3.0
10 stars 2 forks source link

Bug: Propagation direction dropdown #47

Closed userx14 closed 7 months ago

userx14 commented 8 months ago

Hi, when selection propagation directions from the dropdown menu in the Basic tab, the resulting option is selected inconsistently, depending which option was selected before: When first Along z-axis and then Along x-axis is selected, the propagation is set to [0; 0; 1]. When first Along y-axis and then Along x-axis is selected, the propagation is set to [0; 1; 0]. If I read the manual correctely, the option should be [1; 0; 0] for x-propagation. I'm using Version 0.9.5 on Windows 10.

Capture
myurkin commented 8 months ago

I have confirmed the issue. Seems that the previous value of -prop is used in the command line. The same problem is when Along y-axis is selected.

dsmunev commented 7 months ago

fyi @userx14 @myurkin fixed Version 0.9.6 3D @userx14 Thanks!