Make use of window transparency setting in the color scheme when compositing support is available.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=663884
This commit is contained in:
Robert Knight
2007-05-12 15:35:39 +00:00
parent 53d5b76910
commit 794e57b9a4
6 changed files with 84 additions and 27 deletions

View File

@@ -553,6 +553,7 @@ void ViewManager::applyProfile(TerminalDisplay* view , const QString& profileKey
// load colour scheme
view->setColorTable(colorScheme->colorTable());
view->setOpacity(colorScheme->opacity());
// load font
view->setVTFont(info->font());