You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the spin button value, when clicking on the up/down arrows, was incrementing by 0.001 steps, which was too precise; now it is set to 0.01
each change in the spin button value triggers an update of the preview image. Normally, for efficiency reasons the processing engine treats several incoming update requests as a single one. However, this doesn't seem to work in the specific case of the spin buttons, making the interface irresponsive.
Rotate angle can't be changed with spin buttons - sometimes Photoflow hangs up but mostly there's no reaction. Slider works as usual.
The text was updated successfully, but these errors were encountered: