mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 20:26:45 -04:00
put the search bar on the correct side of the tabs .. INSIDE them ...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=860035
This commit is contained in:
@@ -526,6 +526,12 @@ SessionController* ViewManager::activeViewController() const
|
||||
{
|
||||
return _pluggedController;
|
||||
}
|
||||
|
||||
IncrementalSearchBar* ViewManager::searchBar() const
|
||||
{
|
||||
return _viewSplitter->activeSplitter()->activeContainer()->searchBar();
|
||||
}
|
||||
|
||||
void ViewManager::createView(Session* session, ViewContainer* container, int index)
|
||||
{
|
||||
// notify this view manager when the session finishes so that its view
|
||||
@@ -600,7 +606,7 @@ ViewContainer* ViewManager::createContainer(const Profile::Ptr info)
|
||||
switch ( _navigationMethod )
|
||||
{
|
||||
case TabbedNavigation:
|
||||
container = new TabbedViewContainerV2(position,_viewSplitter);
|
||||
container = new TabbedViewContainer(position,_viewSplitter);
|
||||
break;
|
||||
case NoNavigation:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user