Summary: | Initial window position is wrong and forced | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kconfig | Reporter: | Fabian Vogt <fabian> |
Component: | general | Assignee: | Nate Graham <nate> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdelibs-bugs |
Priority: | VHI | Keywords: | regression |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kconfig/commit/97accd14d732f3eda1c25bb58290cb9311040798 | Version Fixed In: | 5.79 |
Sentry Crash Report: |
Description
Fabian Vogt
2021-02-08 18:53:51 UTC
Can confirm, MR incoming. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kconfig/-/merge_requests/50 Git commit 97accd14d732f3eda1c25bb58290cb9311040798 by Nate Graham. Committed on 08/02/2021 at 18:53. Pushed by ngraham into branch 'master'. Fix window positioning regression due to incorrect fallback in fallback We have a fallback string that gets searched for in the KCM, but that fallback itself should not have a fallback, or else we always use that second fallback and the window gets positioned incorrectly the first time it's opened. So let's replace the second fallback with -1. FIXED-IN: 5.79 M +2 -2 src/gui/kwindowconfig.cpp https://invent.kde.org/frameworks/kconfig/commit/97accd14d732f3eda1c25bb58290cb9311040798 |