When a secondary screen is removed, the items from there are moved to
the first screen. If the screen is plugged back, the items are moved back.
This patch does not move back the items on screen reconnect if meantime they were manually
moved around on the first screen.
Details
Details
- Reviewers
hein mwolff - Group Reviewers
Plasma - Commits
- R119:093cc5a63635: Don't move back items to second screen if they were manually moved
Diff Detail
Diff Detail
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage
containments/desktop/plugins/folder/screenmapper.cpp | ||
---|---|---|
177 | doesn't this work too: for (auto &names : m_itemsOnDisabledScreensMap) { names.removeAll(name); } |