Summary: | Actual cursor size not displayed; combobox always says "Resolution Independent" | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | alt.su-7oon2u5b |
Component: | kcm_cursortheme | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, chris, kde, nate |
Priority: | NOR | ||
Version: | 5.14.5 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-desktop/9096bdefc66edff93f061f5b2f6b2e71dfdb49e5 | Version Fixed In: | 5.15.0 |
Sentry Crash Report: |
Description
alt.su-7oon2u5b
2019-01-09 06:56:55 UTC
X or wayland? X Confirmed for me too on 5.14.5 and git master. bug 400397 seems duplicate/related. *** Bug 400397 has been marked as a duplicate of this bug. *** Git commit 9096bdefc66edff93f061f5b2f6b2e71dfdb49e5 by David Edmundson. Committed on 23/01/2019 at 15:48. Pushed by davidedmundson into branch 'Plasma/5.15'. [kcms/cursortheme] Fix size combo Summary: The biggest problem fixed was that m_preferredSize was sometimes treated as an absolute value, sometimes as an index. This patch splits the two concepts. It also fixes the binding of the combobox to handle updates properly. Test Plan: Clicked between themes Closed and reopened the KCM had a valid value Reviewers: #plasma, ngraham Reviewed By: ngraham Subscribers: ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D18471 M +15 -8 kcms/cursortheme/kcmcursortheme.cpp M +5 -6 kcms/cursortheme/kcmcursortheme.h M +9 -4 kcms/cursortheme/package/contents/ui/main.qml https://commits.kde.org/plasma-desktop/9096bdefc66edff93f061f5b2f6b2e71dfdb49e5 |