Newly created container should also show new & close button.

BUG: 207213
REVIEW: 102324
This commit is contained in:
Jekyll Wu
2011-08-14 17:46:13 +08:00
parent e8fa531709
commit f4b188658d

View File

@@ -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 );