Summary: | qrc:/overview/qml/main.qml:586:21: QML MouseArea: Cannot anchor to an item that isn't a parent or sibling. | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | fanzhuyifan |
Component: | effects-overview | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | qt6 |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/26b605d4d9e250d13a8530c8bde504d7ced71018 | Version Fixed In: | |
Sentry Crash Report: |
Description
fanzhuyifan
2024-02-09 05:45:06 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5171 Git commit b02190bf23da4ec900f44cc1bec80972d37dfc42 by Vlad Zahorodnii. Committed on 12/02/2024 at 11:09. Pushed by vladz into branch 'master'. plugins/overview: Fix a warning about incorrect anchor The mouse area is no longer a sibling of the window heap, which produces a warning. M +8 -6 src/plugins/overview/qml/main.qml https://invent.kde.org/plasma/kwin/-/commit/b02190bf23da4ec900f44cc1bec80972d37dfc42 Git commit 26b605d4d9e250d13a8530c8bde504d7ced71018 by Vlad Zahorodnii. Committed on 12/02/2024 at 11:20. Pushed by vladz into branch 'Plasma/6.0'. plugins/overview: Fix a warning about incorrect anchor The mouse area is no longer a sibling of the window heap, which produces a warning. (cherry picked from commit b02190bf23da4ec900f44cc1bec80972d37dfc42) M +8 -6 src/plugins/overview/qml/main.qml https://invent.kde.org/plasma/kwin/-/commit/26b605d4d9e250d13a8530c8bde504d7ced71018 |