Summary: | FrameSVG - mask() returns empty reqion when it shouldnt | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libplasma | Reporter: | Michail Vourlakos <mvourlakos> |
Component: | libplasma | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 5.32.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-framework/088a79d131f7e192724978566e67b26b30632674 | Version Fixed In: | |
Sentry Crash Report: |
Description
Michail Vourlakos
2017-03-21 18:26:19 UTC
in plasmashell this can be observed by the following: use a theme that is using rounded corners, at !compositing state all panels and plasma windows do not have rounded corners any more... I can confirm the problem Git commit 088a79d131f7e192724978566e67b26b30632674 by Marco Martin. Committed on 22/03/2017 at 13:11. Pushed by mart into branch 'master'. correct maskRequestedPrefix when no prefix is used requestedprefix requires to not have the "-", don't fail anymore in q->hasElementPrefix(frame->requestedPrefix) in FrameSvgPrivate::generateBackground M +1 -1 src/plasma/framesvg.cpp https://commits.kde.org/plasma-framework/088a79d131f7e192724978566e67b26b30632674 |