mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 04:04:18 -04:00
Newly created container should also show new & close button.
BUG: 207213 REVIEW: 102324
This commit is contained in:
@@ -443,7 +443,10 @@ void ViewManager::splitView(Qt::Orientation orientation)
|
||||
// create a container using settings from the first
|
||||
// session in the previous container
|
||||
if ( !container )
|
||||
{
|
||||
container = createContainer(info);
|
||||
applyProfileToContainer(container, info);
|
||||
}
|
||||
|
||||
container->addView(display,properties);
|
||||
session->addView( display );
|
||||
|
||||
Reference in New Issue
Block a user