parent
9d55906dd7
commit
487a4c31f4
@ -1,40 +0,0 @@
|
||||
From 0c4da0774e4388b6937b5aa98124b696debcb601 Mon Sep 17 00:00:00 2001
|
||||
From: Benjamin Port <benjamin.port@enioka.com>
|
||||
Date: Thu, 13 Feb 2020 21:14:43 +0100
|
||||
Subject: [PATCH 11/15] [KCM Fonts] force need save to false during load to
|
||||
avoid state to be true too early
|
||||
|
||||
Summary:
|
||||
This will resolve a bug (apply never enabled). Bug occurs (at least) when kdeglobals contains QFont serialization without styleName (old style)
|
||||
|
||||
BUG: 416358
|
||||
|
||||
Reviewers: #plasma, broulik, ervin, crossi, meven, ngraham, davidedmundson
|
||||
|
||||
Subscribers: plasma-devel
|
||||
|
||||
Tags: #plasma
|
||||
|
||||
Differential Revision: https://phabricator.kde.org/D27384
|
||||
---
|
||||
kcms/fonts/fonts.cpp | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/kcms/fonts/fonts.cpp b/kcms/fonts/fonts.cpp
|
||||
index 32e1239ad..f771f6e51 100644
|
||||
--- a/kcms/fonts/fonts.cpp
|
||||
+++ b/kcms/fonts/fonts.cpp
|
||||
@@ -572,8 +572,8 @@ void KFonts::load()
|
||||
// previews
|
||||
engine()->addImageProvider("preview", new PreviewImageProvider(m_settings->font()));
|
||||
|
||||
- // reload state after loading by emiting a settings signal
|
||||
- emit m_settings->activeFontChanged();
|
||||
+ // KCM expect save state to be false at this point (can be true because of setNearestExistingFonts
|
||||
+ setNeedsSave(false);
|
||||
}
|
||||
|
||||
void KFonts::save()
|
||||
--
|
||||
2.24.1
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (plasma-desktop-5.18.0.tar.xz) = 863516751f4f37193ad5a96713fa9c7eb8d346e3bbe33dc43dcb83fa18955456dc875ddc3e2db990e7f3a017e394a69790e3dc21e13e8fc0c5d6841591c8fb4e
|
||||
SHA512 (plasma-desktop-5.18.1.tar.xz) = d0c3057f48dd5ce0d7d4a5a5931f58b879325a426107356fd618c9eea5fc3837ebef2635ac930c11d3061e3adf5c40deefdff8a38e7ca2e09f594acc02b5cc77
|
||||
|
Loading…
Reference in new issue