mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 12:15:33 -04:00
Allow an image to be set as the background in the terminal.
Restore the KDE3 option to have a background image in each session. Patch by Alexandre Becoulet <diaxen@free.fr> BUG: 157882 FIXED-IN: 4.8
This commit is contained in:
@@ -852,6 +852,7 @@ void ViewManager::applyProfile(TerminalDisplay* view , const Profile::Ptr info,
|
||||
colorScheme->getColorTable(table , view->randomSeed() );
|
||||
view->setColorTable(table);
|
||||
view->setOpacity(colorScheme->opacity());
|
||||
view->setWallpaper(colorScheme->wallpaper());
|
||||
|
||||
// load font
|
||||
view->setAntialias(info->property<bool>(Profile::AntiAliasFonts));
|
||||
|
||||
Reference in New Issue
Block a user