https://bugs.kde.org/show_bug.cgi?id=403019
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/pla | |sma-desktop/9096bdefc66edff | |93f061f5b2f6b2e71dfdb49e5 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #6 from David Edmundson <k...@davidedmundson.co.uk> --- 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 -- You are receiving this mail because: You are watching all bug changes.