https://bugs.kde.org/show_bug.cgi?id=434573
--- Comment #6 from Thomas Baumgart <t...@net-bembel.de> --- Git commit 53b54ebdf8549fc5e4510ddf2af2c51981b76962 by Thomas Baumgart. Committed on 20/03/2021 at 11:34. Pushed by tbaumgart into branch '5.1'. Added general mechanism to position popup widgets This allows to place popup widgets relative to one of the corners of a base widget while making sure that the popup does stay on one screen. Apply this method to calculator and date popups. M +2 -1 kmymoney/widgets/CMakeLists.txt M +3 -20 kmymoney/widgets/amountedit.cpp M +3 -18 kmymoney/widgets/kmymoneydateinput.cpp A +92 -0 kmymoney/widgets/popuppositioner.cpp [License: GPL(v2.0+)] A +40 -0 kmymoney/widgets/popuppositioner.h [License: GPL(v2.0+)] https://invent.kde.org/office/kmymoney/commit/53b54ebdf8549fc5e4510ddf2af2c51981b76962 -- You are receiving this mail because: You are the assignee for the bug.