mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 12:15:33 -04:00
Re-add ability to open a new tab by double-clicking the tab bar.
I don't know why this was removed; please tell me if I'm interfering. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=799364
This commit is contained in:
@@ -576,6 +576,7 @@ ViewContainer* ViewManager::createContainer(const Profile::Ptr info)
|
||||
SLOT(map()) );
|
||||
_containerSignalMapper->setMapping(container,container);
|
||||
|
||||
connect( container, SIGNAL(newViewRequest()), this, SIGNAL(newViewRequest()) );
|
||||
connect( container, SIGNAL(moveViewRequest(int,int,bool&)),
|
||||
this , SLOT(containerMoveViewRequest(int,int,bool&)) );
|
||||
connect( container , SIGNAL(viewRemoved(QWidget*)) , this , SLOT(viewCloseRequest(QWidget*)) );
|
||||
|
||||
Reference in New Issue
Block a user