Summary: | Ledger View Cosmetic Issue | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | allan <agander93> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
allan
2010-05-05 18:48:43 UTC
I also saw this behaviour but only when the transaction for is disabled (when you edit the transaction directly in the register), right? SVN commit 1124253 by conet: BUG: 236458 This commit contains two fixes: 1. Don't trigger the painting of previous items of the transaction if that is not needed (if the transaction is not selected). Even if it's needed trigger the painting of the previous item which, in turn, will trigger the painting of the previous item until the first item of the transaction is reached. This is an optimization also. 2. Fix the bug by correctly computing the rectangle of the selection when painting the selection in case the height of the rows vary in size (like when editing transactions without the form) M +22 -8 transaction.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1124253 |