https://bugs.kde.org/show_bug.cgi?id=375878
Nicholas LaPointe <nicholaslapoin...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicholaslapoin...@gmail.com --- Comment #8 from Nicholas LaPointe <nicholaslapoin...@gmail.com> --- I'm suspicious of commit 21a3682c2508bf3dee04ff77b9966f2f3f00b932 (intended to fix bug 374957 ) This bug appears to be caused by m_currTabletToolID not being updated before the calls to setCurrentPaintop() inside of KisPaintopBox::slotInputDeviceChanged(). Updating it before calling setCurrentPaintop() fixes this bug. [In case it might be unclear, flipping the pen worked previously because we were using the old m_currTabletToolID to set m_tabletToolMap to the old preset (instead of the new preset).] I'm not sure that I understand the bug the commit was meant to fix, so I can't tell if this would break it again (and if I am understanding it, it doesn't seem like it got fixed?). -- You are receiving this mail because: You are watching all bug changes.