https://bugs.kde.org/show_bug.cgi?id=412393
Halla Rempt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/a286d2383 |hics/krita/commit/3a7c7ced9 |f7fa8938bdc3d3d4fa04506ded3 |bfe1e7bc9162dcac5a2d973c8b3 |35d0 |83c8 --- Comment #14 from Halla Rempt <[email protected]> --- Git commit 3a7c7ced9bfe1e7bc9162dcac5a2d973c8b383c8 by Halla Rempt. Committed on 11/08/2022 at 10:45. Pushed by rempt into branch 'krita/5.1'. Force-place the dialog over the parent window For some reason, sometimes, a dialog is placed in the top-level corner of the desktop by Qt or by the Window Manager, despite adjustPosition in QDialog doing the right thing. This copies the QDialog adjustPosition code to KoDialog (since it's obviously not public) and uses a singleshot time to move the dialog window to the right place after 3 ms from the showEvent. (cherry picked from commit a286d2383f7fa8938bdc3d3d4fa04506ded335d0) M +92 -8 libs/widgets/KoDialog.cpp M +5 -8 libs/widgets/KoDialog.h https://invent.kde.org/graphics/krita/commit/3a7c7ced9bfe1e7bc9162dcac5a2d973c8b383c8 -- You are receiving this mail because: You are watching all bug changes.
