mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 05:07:06 -04:00
switch to next tab and not previous on tab close like all other kde apps do
Approved by Robert Knight BUGS: 183483 svn path=/trunk/KDE/kdebase/apps/konsole/; revision=996026
This commit is contained in:
@@ -353,10 +353,10 @@ void ViewManager::sessionFinished()
|
||||
|
||||
if ( _sessionMap[qobject_cast<TerminalDisplay*>(activeView())] == session )
|
||||
{
|
||||
// switch to the previous view before deleting the session views to prevent flicker
|
||||
// switch to the next view before deleting the session views to prevent flicker
|
||||
// occurring as a result of an interval between removing the active view and switching
|
||||
// to the previous view
|
||||
previousView();
|
||||
// to the next view
|
||||
nextView();
|
||||
}
|
||||
|
||||
Q_ASSERT(session);
|
||||
|
||||
Reference in New Issue
Block a user