https://bugs.kde.org/show_bug.cgi?id=270752
Cristian Onet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Cristian Onet <onet cristian gmail com> 2011-05-22 16:52:12 --- SVN commit 1233105 by conet: BUG: 270752 This bug was introduced by revision 1207610. Since that code sets the mouse button to Qt::RightButton the selectItem call from KGlobalLedgerView::selectEmptyTransaction would not go trough the normal codepath (marked by the '// we get here when called by application logic' comment) but trough the codepath handling the selection when the right button is pressed. But since that code was not working since the port to KDE4 (already fixed in Register::contextMenuEvent) the last item of the register would not get selected and thus provoking this bug. Remove the invalid/unused right button handling in selectItem and reset the mouse button and the modifier on right click (Register::contextMenuEvent). M +4 -25 register.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1233105 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KMyMoney-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kmymoney-devel
