https://bugs.kde.org/show_bug.cgi?id=474235
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/f33b17a |hics/krita/-/commit/4472e32 |26aaed37a075f64a536126afca5 |175656ab1b28a42aba6943ce6a3 |ebf957 |fba54b --- Comment #7 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 4472e32175656ab1b28a42aba6943ce6a3fba54b by Dmitry Kazakov. Committed on 12/09/2023 at 16:01. Pushed by dkazakov into branch 'krita/5.2'. Fix profile change when Krita is moved between screens We cannot use QApplication::desktop()->screenNumber(mainWindow) in the handler of the screenChanged() signal, because this information is not yet ready when the signal is delivered. M +0 -14 libs/ui/KisMainWindow.cpp M +0 -5 libs/ui/KisMainWindow.h M +16 -2 libs/ui/KisView.cpp M +2 -1 libs/ui/KisView.h M +19 -4 libs/ui/canvas/kis_canvas2.cpp M +2 -0 libs/ui/canvas/kis_canvas2.h M +1 -0 libs/ui/kis_config.cc M +1 -0 libs/widgetutils/CMakeLists.txt A +39 -0 libs/widgetutils/KisScreenMigrationTracker.cpp [License: GPL(v2.0+)] A +37 -0 libs/widgetutils/KisScreenMigrationTracker.h [License: GPL(v2.0+)] https://invent.kde.org/graphics/krita/-/commit/4472e32175656ab1b28a42aba6943ce6a3fba54b -- You are receiving this mail because: You are watching all bug changes.