mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 04:04:18 -04:00
Handle when tabs are closed via the close tab button on tab bar.
CCBUG: 185466 svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1216575
This commit is contained in:
@@ -749,6 +749,8 @@ void ViewManager::viewCloseRequest(QWidget* view)
|
||||
focusActiveView();
|
||||
updateDetachViewState();
|
||||
}
|
||||
if (_pluggedController)
|
||||
emit unplugController(_pluggedController);
|
||||
}
|
||||
|
||||
TerminalDisplay* ViewManager::createTerminalDisplay(Session* session)
|
||||
|
||||
Reference in New Issue
Block a user