Summary: | Initial presentation of account balance wrong | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Thomas Baumgart <tbaumgart> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thomas Baumgart
2010-05-06 19:59:56 UTC
SVN commit 1123747 by conet: BUG: 236602 Qt tricked us again, it seems that expanded(QModelIndex)/collapsed(QModelIndex) signals are emitted when expanding/collapsing one item at a time and there is no such signal as expandedAll/collapsedAll. So this is a workaround this issue. (Now I've only committed the implementation since Thomas was ahead of me on this). M +26 -6 kmymoneyaccounttreeview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1123747 |