https://bugs.kde.org/show_bug.cgi?id=442822
Fabian Vogt <fab...@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kscreen/commit/4a5a80612 |ma/kscreen/commit/eac5fe142 |0dbf4ccac41e9dccf214acb898d |efa67e1ba3d491ffa7a735135c1 |ff34 |abc3 --- Comment #4 from Fabian Vogt <fab...@ritter-vogt.de> --- Git commit eac5fe142efa67e1ba3d491ffa7a735135c1abc3 by Fabian Vogt. Committed on 12/10/2021 at 08:53. Pushed by fvogt into branch 'Plasma/5.23'. Fix algorithm for common sizes in Generator::cloneScreens The algorithm iterates all outputs and collects the intersection of all supported sizes. To fill the set initially, it assigns the current sizes if the preliminary result is empty, but this condition can also be true if the previous intersection resulted in an empty set. This is the case for instance when using 3 monitors, of which the second one doesn't have any modes in common with the first (e.g. rotation) and without this fix, it would return all sizes of the third monitor instead of an empty set. Avoid this by giving up early when there's no intersection left. (cherry picked from commit 4a5a806120dbf4ccac41e9dccf214acb898dff34) M +6 -2 kded/generator.cpp https://invent.kde.org/plasma/kscreen/commit/eac5fe142efa67e1ba3d491ffa7a735135c1abc3 -- You are receiving this mail because: You are watching all bug changes.