mirror of
https://github.com/KDE/konsole.git
synced 2026-05-19 12:09:25 -04:00
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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user