mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 12:15:33 -04:00
Move focus proxy setting from the Part to the ViewManager. The ViewManager sets the focus proxy for its main splitter widget to the active view whenever it changes.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=785440
This commit is contained in:
@@ -480,6 +480,8 @@ void ViewManager::controllerChanged(SessionController* controller)
|
||||
if ( controller == _pluggedController )
|
||||
return;
|
||||
|
||||
_viewSplitter->setFocusProxy(controller->view());
|
||||
|
||||
_pluggedController = controller;
|
||||
emit activeViewChanged(controller);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user