https://bugs.kde.org/show_bug.cgi?id=381452
--- Comment #3 from Nicholas LaPointe <nicholaslapoin...@gmail.com> --- For reference: > 09:21:25 < nicholasl> boud: I have a guess for the cause of bug 378586 > 09:21:25 < sKreamer> KDE bug 378586 in krita (general) "Zooming with > Two-finger-scrolling is too sensitive" [normal,FIXED] > https://bugs.kde.org/show_bug.cgi?id=378586 > 09:21:45 < nicholasl> boud: Sorry, bug 381452 > 09:21:45 < sKreamer> KDE bug 381452 in krita (tablet support) "Zooming using > the Intuos 4 wheel not smooth while hovering pen over tablet" [normal,] > https://bugs.kde.org/show_bug.cgi?id=381452 > 09:24:33 < nicholasl> boud: In your patch for the bug I just mistakenly > linked, you clear "d->accumulatedScrollDelta" in > KisInputManager::eventFilterImpl() whenever the event is not a WheelEvent. I > think this'd make it so anytime the pen moves, it'd get reset. Additionally, > the patch is not in the stable branch, so that would make the older versions > work just fine. > 09:25:07 < nicholasl> boud: accumulatedScrollDelta has to reach 120 for a > WheelEvent to be taken I wonder if this bug would be fixed by either removing the bit that resets it whenever a non-QWheelEvent event takes place, or by also not resetting it when a TabletMove event happens. The function is in libs/ui/input/kis_input_manager.cpp if anyone would like to take a look at it. -- You are receiving this mail because: You are watching all bug changes.