https://bugs.kde.org/show_bug.cgi?id=421450
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-integration/commi | |t/857ee264e62e68dfa7c5ce708 | |6dc6fc4195234a5 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from David Edmundson <[email protected]> --- Git commit 857ee264e62e68dfa7c5ce7086dc6fc4195234a5 by David Edmundson. Committed on 14/09/2020 at 22:00. Pushed by davidedmundson into branch 'master'. Use same default for all places StartDragTime is loaded On startup we call: m_hints[QPlatformTheme::StartDragTime] = readConfigValue(cg, QStringLiteral("StartDragTime"), 500); on reload we call int startDragTime = cg.readEntry("StartDragTime", 10); if the startup time isn't set, then if a reload is triggered then it is reset to a bogus value. Long term this clearly needs porting to KConfigXT M +1 -1 src/platformtheme/khintssettings.cpp https://invent.kde.org/plasma/plasma-integration/commit/857ee264e62e68dfa7c5ce7086dc6fc4195234a5 -- You are receiving this mail because: You are watching all bug changes.
