We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Windows there seems to be an issue with the 'mousemoved' handler for the blockview.
An exception is thrown, complaining about an array out of bounds issue.
It is easily reproducible by just moving the mouse on the blockview, and can be disabled by commenting out the mousemoved handler in ChunkListCell.
mousemoved
The text was updated successfully, but these errors were encountered:
#238: disables mousemoved handler until #262 is resolved
531a108
#238: disables mouseover effect entirely until paint issue (#262) is …
ebe9744
…resolved
rladstaetter
No branches or pull requests
On Windows there seems to be an issue with the 'mousemoved' handler for the blockview.
An exception is thrown, complaining about an array out of bounds issue.
It is easily reproducible by just moving the mouse on the blockview, and can be disabled by commenting out the
mousemoved
handler in ChunkListCell.The text was updated successfully, but these errors were encountered: