From 3fdd570f6243fbacb8e22a4d64b8b0c1fa35f237 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Sun, 30 May 2010 00:00:15 +0000 Subject: [PATCH] the tags are colored in the menu with style cleanlooks git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3033 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/MessagesDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/retroshare-gui/src/gui/MessagesDialog.cpp b/retroshare-gui/src/gui/MessagesDialog.cpp index a261af213..83d1b9787 100644 --- a/retroshare-gui/src/gui/MessagesDialog.cpp +++ b/retroshare-gui/src/gui/MessagesDialog.cpp @@ -149,6 +149,8 @@ protected: initStyleOption(&opt, pAction); opt.palette.setColor(QPalette::ButtonText, QColor(Values [ACTION_TAGSINDEX_COLOR].toInt())); + // needed for Cleanlooks + opt.palette.setColor(QPalette::Text, QColor(Values [ACTION_TAGSINDEX_COLOR].toInt())); opt.rect = adjustedActionRect; style()->drawControl(QStyle::CE_MenuItem, &opt, &p, this);