https://bugs.kde.org/show_bug.cgi?id=522229
--- Comment #5 from Johnson Star <[email protected]> --- In src/tabbox/tabbox.cpp, TabBox::pointerAxis(): const QModelIndex index = m_tabBox->nextPrev(event->delta); But It should be const QModelIndex index = m_tabBox->nextPrev(event->delta > 0); (Atleast I think so), I did a makepkg with this one change and it now works correctly. -- You are receiving this mail because: You are watching all bug changes.
