https://bugs.kde.org/show_bug.cgi?id=424378
Thomas Baumgart <t...@net-bembel.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi |ce/kmymoney/commit/fae59666 |ce/kmymoney/commit/2731fc0e |c95c22ac68df3f347ba14c5e41a |2237d295e80d54e026c44b10110 |47f34 |a287a --- Comment #5 from Thomas Baumgart <t...@net-bembel.de> --- Git commit 2731fc0e2237d295e80d54e026c44b10110a287a by Thomas Baumgart. Committed on 19/07/2020 at 11:05. Pushed by tbaumgart into branch 'master'. Add missing release event in very specific case The date picker object is used in other areas of KMyMoney (e.g. transaction editor) where this problem does not show up. I analyzed it, and the problem is, that the very first MouseReleaseButton event on the date picker after object creation is not reaching the object under unknown circumstances in the enter schedule dialog. This is not always, but the scenario reported in the bug entry shows it. I have no idea about the root cause, though. Detecting the specific scenario and sending a mouse release button event based on the data of the press event solves the problem. Drawback: pressing the mouse long in that scenario now has no effect. It needs a second press to get the number increasing while the mouse button is pressed. (cherry picked from commit fae59666c95c22ac68df3f347ba14c5e41a47f34) M +26 -0 kmymoney/widgets/kmymoneydateinput.cpp M +5 -0 kmymoney/widgets/kmymoneydateinput.h https://invent.kde.org/office/kmymoney/commit/2731fc0e2237d295e80d54e026c44b10110a287a -- You are receiving this mail because: You are watching all bug changes.