[kmymoney] [Bug 471210] New transaction and split editor category widget fails to reselect same category correctly

Thomas Baumgart bugzilla_noreply at kde.org
Mon Apr 8 20:26:50 BST 2024


https://bugs.kde.org/show_bug.cgi?id=471210

Thomas Baumgart <thb at net-bembel.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/offi
                   |                            |ce/kmymoney/-/commit/53b9d1
                   |                            |324a7074426aabb4b9b1fc68815
                   |                            |aea27a4
         Resolution|---                         |FIXED
   Version Fixed In|                            |5.2
             Status|REPORTED                    |RESOLVED

--- Comment #2 from Thomas Baumgart <thb at net-bembel.de> ---
Git commit 53b9d1324a7074426aabb4b9b1fc68815aea27a4 by Thomas Baumgart.
Committed on 08/04/2024 at 19:26.
Pushed by tbaumgart into branch 'master'.

Keep account selection in case it is not changed

Since the QComboBox popup view in general only supports simple lists and
is based on the selection of rows, it did not pick up the row as part of
an item the subtree but used the item on the top level of the model with
the same row instead, but only if there was no change in selection.

This change takes care of supporting a tree view as popup with the
underlying account model.
FIXED-IN: 5.2

M  +15   -2    kmymoney/widgets/kmymoneyaccountcombo.cpp
M  +1    -0    kmymoney/widgets/kmymoneyaccountcombo.h

https://invent.kde.org/office/kmymoney/-/commit/53b9d1324a7074426aabb4b9b1fc68815aea27a4

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list