https://bugs.kde.org/show_bug.cgi?id=366362
Sebastian Kügler <se...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/kscr | |een/e4a5acc65d40f9dc5b9c2ab | |eacfadf602b2da19a Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #1 from Sebastian Kügler <se...@kde.org> --- Git commit e4a5acc65d40f9dc5b9c2abeacfadf602b2da19a by Sebastian Kügler. Committed on 10/08/2016 at 00:50. Pushed by sebas into branch 'master'. [kcm] correctly position newly connected outputs Outputs appearing at runtime weren't correctly positioned, since they initially may be disabled, and are then enabled by the kded module loading a known config. Disabled outputs don't have a position, and we weren't updating it when enabling the output. We can't simply listen to the output's posChanged signal since this leads to complex round-trip loops with async calls. M +4 -3 kcm/src/declarative/qmlscreen.cpp http://commits.kde.org/kscreen/e4a5acc65d40f9dc5b9c2abeacfadf602b2da19a -- You are receiving this mail because: You are watching all bug changes.