mirror of
https://github.com/KDE/latte-dock.git
synced 2025-04-04 22:53:31 +03:00
--multi-screen fix for explicit docks. There were cases that explicit docks during startup were moving to onprimary screen even though they shouldnt based on the new multi-screens implementation. Bug was tracked down at a faulty series of signals that were overwriting dockView config values to default values and that was creating the fault. -- one more fix for multi-screens, a missing return statement in case an explicit dock is called and its edge at that specific screen is occuppied by an onPrimary one. BUG: 398219 FIXED-IN: 0.8.1 (cherry picked from commit 09fe5e385b4df76afbd342fab61afe6c642aaaf1)