Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scale/Rotate - spin buttons don't work #37

Closed
salvadhor opened this issue Aug 22, 2015 · 2 comments
Closed

Scale/Rotate - spin buttons don't work #37

salvadhor opened this issue Aug 22, 2015 · 2 comments
Labels

Comments

@salvadhor
Copy link

Rotate angle can't be changed with spin buttons - sometimes Photoflow hangs up but mostly there's no reaction. Slider works as usual.

@salvadhor salvadhor changed the title Scale/Rotate - spin buttons doesn't work Scale/Rotate - spin buttons don't work Aug 23, 2015
@aferrero2707
Copy link
Owner

This was due to two overlapping issues:

  1. 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
  2. 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.

I'll have to dig further on point 2.

@aferrero2707
Copy link
Owner

Fixed in stable branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants