summaryrefslogtreecommitdiffstats
path: root/domino/domino.cpp
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-12-09 18:41:59 +0100
committerSlávek Banko <[email protected]>2020-12-09 18:41:59 +0100
commitf8e20b82b5c8c615fd64a52ad5fe499e3734a004 (patch)
tree29c97caaae49b5e6415590425a34a09e00236487 /domino/domino.cpp
parent005d3c6f2b7d45c97fd23aee664e672f1c49c52c (diff)
downloadtde-style-domino-f8e20b82b5c8c615fd64a52ad5fe499e3734a004.tar.gz
tde-style-domino-f8e20b82b5c8c615fd64a52ad5fe499e3734a004.zip
Remove alpha blending for text color specifically for the TDE Menu.
This caused the first level of the TDE menu to be difficult to read without any useful benefit. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'domino/domino.cpp')
-rw-r--r--domino/domino.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/domino/domino.cpp b/domino/domino.cpp
index 2fc0231..214171e 100644
--- a/domino/domino.cpp
+++ b/domino/domino.cpp
@@ -853,10 +853,6 @@ void DominoStyle::polish( const TQStyleControlElementData &ceData, ControlElemen
installObjectEventHandler(ceData, elementFlags, ptr, this);
}
else if(dynamic_cast<TQPopupMenu*>(widget)) {
-
- if(widget->isA("PanelKMenu"))
- widget->setPaletteForegroundColor(alphaBlendColors(_popupMenuColor, tqApp->palette().active().foreground(), 150));
-
widget->setBackgroundMode( NoBackground );
installObjectEventHandler(ceData, elementFlags, ptr, this);
}