Summary: | FrameSvgItem::setEnabledBorders causes fixedMargins to signal an update | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libplasma | Reporter: | David Edmundson <kde> |
Component: | components | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | simonandric5 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-framework/11c9206bf68f6e8f00d9bc41601f492d38d67f4d | Version Fixed In: | |
Sentry Crash Report: |
Description
David Edmundson
2017-07-11 11:01:28 UTC
Git commit 11c9206bf68f6e8f00d9bc41601f492d38d67f4d by Aleix Pol. Committed on 16/11/2017 at 15:18. Pushed by apol into branch 'master'. Reduce spurious signal emissions Summary: We were reporting that the margins were changing whenever anything changed in a FrameSvg, this patch makes sure we are only reporting the changes when it actually changes. This also fixes a binding loop in Desktop.qml from plasma-desktop. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: broulik, davidedmundson, plasma-devel, #frameworks Tags: #plasma, #frameworks Differential Revision: https://phabricator.kde.org/D8809 M +39 -21 src/declarativeimports/core/framesvgitem.cpp M +3 -0 src/declarativeimports/core/framesvgitem.h M +2 -2 src/plasma/framesvg.cpp https://commits.kde.org/plasma-framework/11c9206bf68f6e8f00d9bc41601f492d38d67f4d |