https://bugs.kde.org/show_bug.cgi?id=375253
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kri | |ta/ac257511dbec0a3191bbfdde | |9d886b70ec6ad574 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #16 from Boudewijn Rempt <b...@valdyas.org> --- Git commit ac257511dbec0a3191bbfdde9d886b70ec6ad574 by Boudewijn Rempt. Committed on 22/01/2017 at 14:35. Pushed by rempt into branch 'master'. Weirdly enough, this bug only occurs on Windows 10 with the latest Wacom drivers and an older Wacom Intuos 3 or Cintiq tablet. At least, that's what we suspect. Somehow the input from this drivers drives the roation sensor crazy, and set rotation to NaN. So, first step: check whether the resulting rect is valid, we now return a 0,0 1x1 rect. Second step: check whether the rotation value happens to be NaN and return 0 in that case. Third step: make sure that the rotationLikeValue() function doesn't return NaN -- that is in the next commit. M +43 -27 libs/brush/kis_qimage_pyramid.cpp https://commits.kde.org/krita/ac257511dbec0a3191bbfdde9d886b70ec6ad574 -- You are receiving this mail because: You are watching all bug changes.