https://bugs.kde.org/show_bug.cgi?id=503095
Thomas Baumgart <t...@net-bembel.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/offi | |ce/kmymoney/-/commit/a80a95 | |c8fb848488e4c545ef56afe69aa | |2681e24 Version Fixed In| |5.2 Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Thomas Baumgart <t...@net-bembel.de> --- Git commit a80a95c8fb848488e4c545ef56afe69aa2681e24 by Thomas Baumgart. Committed on 26/04/2025 at 10:55. Pushed by tbaumgart into branch 'master'. Fix widget handling in transaction and split editor Added an invisible column to the model which if not present has the side effect when the left most column of the journal or split model is moved right that the QTableView paints a grid line in the area that is covered by the editor widget. Synced the painting logic in journal and split delegate. When first used, this will reset some settings of the views to their defaults which was needed due to the new column. FIXED-IN: 5.2 M +1 -0 kmymoney/mymoney/splitmodel.cpp M +6 -1 kmymoney/mymoney/splitmodel.h M +1 -0 kmymoney/mymoney/storage/journalmodel.cpp M +6 -1 kmymoney/mymoney/storage/journalmodel.h M +10 -1 kmymoney/settings/kmymoney.upd M +5 -14 kmymoney/views/journaldelegate.cpp M +1 -0 kmymoney/views/kpayeesview_p.h M +1 -0 kmymoney/views/ksearchtransactiondlg.cpp M +1 -0 kmymoney/views/ktagsview.cpp M +1 -0 kmymoney/views/ktransactionselectdlg.cpp M +19 -15 kmymoney/views/ledgerviewpage.cpp M +1 -1 kmymoney/views/ledgerviewpage.ui M +74 -73 kmymoney/views/splitdelegate.cpp M +2 -0 kmymoney/views/splitview.cpp https://invent.kde.org/office/kmymoney/-/commit/a80a95c8fb848488e4c545ef56afe69aa2681e24 -- You are receiving this mail because: You are the assignee for the bug.