https://bugs.kde.org/show_bug.cgi?id=474235
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/f33b17a | |26aaed37a075f64a536126afca5 | |ebf957 --- Comment #4 from Dmitry Kazakov <[email protected]> --- Git commit f33b17a26aaed37a075f64a536126afca5ebf957 by Dmitry Kazakov. Committed on 12/09/2023 at 16:00. Pushed by dkazakov into branch 'master'. 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/f33b17a26aaed37a075f64a536126afca5ebf957 -- You are receiving this mail because: You are watching all bug changes.
