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

No UI updates while mousewheeling #52

Open
thatch opened this issue May 10, 2016 · 3 comments
Open

No UI updates while mousewheeling #52

thatch opened this issue May 10, 2016 · 3 comments
Labels

Comments

@thatch
Copy link

thatch commented May 10, 2016

I inadvertently notice this with one of the holding tab spacing boxes selected... it appears to buffer all the mousewheel events, and the UI freezes until it calculates the last tab position. Perhapswe could defer this to another thread, or skip intermediate values if the work is going to be thrown away?

Version: current git, f49682

@koppi
Copy link
Member

koppi commented May 10, 2016

Hi @thatch , which OS are you running CAMmill on? – My laptop does not have a mousewheel, I cannot reproduce this with my setup. Maybe @multigcs has an idea then?

@koppi
Copy link
Member

koppi commented May 10, 2016

@thatch If you already had a look into the source code and know, howto fix this issue, please send a pull request as I'm very busy with other projects right now.

@thatch
Copy link
Author

thatch commented May 12, 2016

This was on Linux. (And actually on a laptop with two-finger scrolling enabled.)

I've already been looking at the source to see about adding other features, just wanted to file this for tracking.

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

No branches or pull requests

2 participants