* Bumped debhelper 11 * Bumped Standards to 4.1.3, no changes needed * Changed VCS fields for salsa * Bumped compat to 11 * Bumped years in copyrightubuntu/bionic debian/0.12.0-5
parent
990fbdaa4a
commit
54c88a97e4
@ -1 +1 @@
|
|||||||
10
|
11
|
||||||
|
@ -0,0 +1,20 @@
|
|||||||
|
commit 2283f5ee3c344fc62a74e41a127e3eee53fb2c37
|
||||||
|
Author: Tsu Jan <tsujan2000@gmail.com>
|
||||||
|
Date: Mon Feb 12 13:10:02 2018 +0330
|
||||||
|
|
||||||
|
Fix icon colorizing at startup
|
||||||
|
|
||||||
|
Fixes https://github.com/lxde/lxqt/issues/1445.
|
||||||
|
|
||||||
|
diff --git a/src/lxqtplatformtheme.cpp b/src/lxqtplatformtheme.cpp
|
||||||
|
index 83786f0..8291eab 100644
|
||||||
|
--- a/src/lxqtplatformtheme.cpp
|
||||||
|
+++ b/src/lxqtplatformtheme.cpp
|
||||||
|
@@ -315,6 +315,7 @@ QVariant LXQtPlatformTheme::themeHint(ThemeHint hint) const {
|
||||||
|
|
||||||
|
QIconEngine *LXQtPlatformTheme::createIconEngine(const QString &iconName) const
|
||||||
|
{
|
||||||
|
+ XdgIconLoader::instance()->setFollowColorScheme(iconFollowColorScheme_);
|
||||||
|
return new XdgIconLoaderEngine(iconName);
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
colorizing-at-startup.patch
|
Loading…
Reference in new issue