https://bugs.kde.org/show_bug.cgi?id=461952
--- Comment #10 from Thomas Baumgart <tbaumg...@kde.org> --- I can imagine, that closing the popup can trigger it. That happens in KMyMoneyAccountCombo::makeCompletion() https://invent.kde.org/office/kmymoney/-/blob/master/kmymoney/widgets/kmymoneyaccountcombo.cpp?ref_type=heads#L476 . One could try to comment this line to leave the popup view open and see if that makes a difference. Another idea is using a debugger and setting a breakpoint to https://invent.kde.org/office/kmymoney/-/blob/master/kmymoney/views/transactioneditorbase.cpp?ref_type=heads#L227. Once it stops, figure out what triggers the event by examining the call stack. -- You are receiving this mail because: You are the assignee for the bug.