[Digikam-devel] [digikam] [Bug 363887] Mouse hover notifications are yellow background with white font, completely unreadable. Can not find option to configure this.

via KDE Bugzilla bugzilla_noreply at kde.org
Fri Jun 3 13:08:44 BST 2016


https://bugs.kde.org/show_bug.cgi?id=363887

caulier.gilles at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
            Version|unspecified                 |4.4.0
         Resolution|---                         |FIXED
   Version Fixed In|                            |5.0.0
                 CC|                            |caulier.gilles at gmail.com

--- Comment #1 from caulier.gilles at gmail.com ---
Already fixed with this commit for next 5.0.0 :

Git commit 4837b2773846c7c32e947d3b1b8b706275731b95 by Gilles Caulier.
Committed on 30/05/2016 at 18:54.
Pushed by cgilles into branch 'master'.

Dispatch colors theme properly to widget style manager for main windows
BUGS: 172632
BUGS: 241116
BUGS: 146938
BUGS: 265554
BUGS: 240148
BUGS: 252700
BUGS: 168669
BUGS: 179898
BUGS: 220068
FIXED-IN: 5.0.0

M  +2    -1    libs/widgets/mainview/thememanager.cpp

http://commits.kde.org/digikam/4837b2773846c7c32e947d3b1b8b706275731b95

diff --git a/libs/widgets/mainview/thememanager.cpp
b/libs/widgets/mainview/thememanager.cpp
index 8f4e24e..acb7a82 100644
--- a/libs/widgets/mainview/thememanager.cpp
+++ b/libs/widgets/mainview/thememanager.cpp
@@ -112,7 +112,6 @@ QString ThemeManager::currentThemeName() const
     }

     QAction* const action = d->themeMenuActionGroup->checkedAction();
-
     return (!action ? defaultThemeName()
                     : action->text().remove(QLatin1Char('&')));
 }
@@ -149,6 +148,8 @@ void ThemeManager::slotChangePalette()

     QString filename        = d->themeMap.value(theme);
     KSharedConfigPtr config = KSharedConfig::openConfig(filename);
+    // hint for the style to synchronize the color scheme with the window
manager/compositor
+    qApp->setProperty("KDE_COLOR_SCHEME_PATH", filename);
     qApp->setPalette(SchemeManager::createApplicationPalette(config));

     qCDebug(DIGIKAM_WIDGETS_LOG) << theme << " :: " << filename;

Gilles Caulier

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list