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

Time input boxes respond to cursors incorrect #6

Open
RyanParle opened this issue Feb 23, 2013 · 2 comments
Open

Time input boxes respond to cursors incorrect #6

RyanParle opened this issue Feb 23, 2013 · 2 comments
Assignees
Labels
Milestone

Comments

@RyanParle
Copy link

When setting the "Real Time" & " Film Length" pressing the up cursor causes the value to decrease & pressing the down cursor causes the value to increase.

Windows 7 version

@thisdroneeatspeople
Copy link
Contributor

Yeah, the problem here traces to the behavior of the FlickNumber widget, which is based on a QListWidget. "Up and Down," refer to the order in which items were added to the list, and therefore I need to change the order that the numbers are placed into the list widgets to be in reverse numerical order. It will also require me to invert the value based on the position returned from FlickNumber::value().

This does mean, however, that some people may register bugs that their scroll wheel operates inversely to the standard scroll wheel operation on some OSes, and there will likely be problems when swiping (either with finger or mouse) based on how you expect the numbers to roll based on the action.

Thus, perhaps the better solution is to intercept the arrow clicks in an even handler and invert them.

thisdroneeatspeople added a commit that referenced this issue Feb 26, 2013
…ific Point in Timeline

 - Click on ticker tape area moves all axes to position
* Fixed bug with homing left of center
@thisdroneeatspeople
Copy link
Contributor

Ignore the reference message from the commit above, it targeted the wrong issue.

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