Summary: | With multiple monitors enabled, reverting a secondary monitor change shows settings from primary monitor | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | nyanpasu64 <nyanpasu64> |
Component: | kcm_kscreen | Assignee: | kscreen-bugs-null <kscreen-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dashmeshsingh98, hadrian.decurtins, kde, kdedev, med.medin.2014, nate, olib141, plasma-bugs |
Priority: | NOR | Keywords: | multiscreen |
Version First Reported In: | 6.1.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kscreen/-/commit/50a3ee595f5f5c6cebed220b79f13483f3ecad97 | Version Fixed In: | 6.3.5 |
Sentry Crash Report: |
Description
nyanpasu64
2024-07-20 23:07:23 UTC
*** Bug 495364 has been marked as a duplicate of this bug. *** *** Bug 494747 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/kscreen/-/merge_requests/367 Git commit 3e8ccda33895efe9311b5b5f1e142c6d608846da by Nate Graham, on behalf of Oliver Beard. Committed on 04/04/2025 at 12:44. Pushed by olib into branch 'master'. kcm: Fix wrong settings shown when reverting changes When reverting display changes, due to model changes, the StackLayout's currentIndex is changed by the stackLayout. This is a behaviour added in Qt 6.5, and requires working around to ensure we keep it the same as selectedOutput. FIXED-IN: 6.3 M +6 -0 kcm/ui/Panel.qml https://invent.kde.org/plasma/kscreen/-/commit/3e8ccda33895efe9311b5b5f1e142c6d608846da Git commit 50a3ee595f5f5c6cebed220b79f13483f3ecad97 by Oliver Beard. Committed on 04/04/2025 at 12:51. Pushed by olib into branch 'Plasma/6.3'. kcm: Fix wrong settings shown when reverting changes When reverting display changes, due to model changes, the StackLayout's currentIndex is changed by the stackLayout. This is a behaviour added in Qt 6.5, and requires working around to ensure we keep it the same as selectedOutput. FIXED-IN: 6.3 (cherry picked from commit 3e8ccda33895efe9311b5b5f1e142c6d608846da) Co-authored-by: Oliver Beard <olib141@outlook.com> M +6 -0 kcm/ui/Panel.qml https://invent.kde.org/plasma/kscreen/-/commit/50a3ee595f5f5c6cebed220b79f13483f3ecad97 |