Skip to content
Snippets Groups Projects
Commit f4b18865 authored by Jekyll Wu's avatar Jekyll Wu
Browse files

Newly created container should also show new & close button.

BUG: 207213
REVIEW: 102324
parent e8fa5317
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment