diff options
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 1a33668e0..1e6fed776 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -1171,9 +1171,7 @@ void DolphinView::updateActivationState() emit urlChanged(url()); emit selectionChanged(selectedItems()); } else { - // darken the background if the view is inactive - // TODO: does not work for a black background - color = color.darker(105); + color.setAlpha(0); } QWidget* viewport = itemView()->viewport(); |
