Update tab icon when active split changes

wilder-portage
Mariusz Glebocki 6 years ago committed by Kurt Hindenburg
parent ac1d3a1a0d
commit e2385f73e5
  1. 2
      src/ViewContainer.cpp

@ -587,6 +587,8 @@ void TabbedViewContainer::updateActivity(ViewProperties *item)
void TabbedViewContainer::currentSessionControllerChanged(SessionController *controller)
{
updateTitle(qobject_cast<ViewProperties*>(controller));
updateIcon(qobject_cast<ViewProperties*>(controller));
updateActivity(qobject_cast<ViewProperties*>(controller));
}
void TabbedViewContainer::closeTerminalTab(int idx) {

Loading…
Cancel
Save