Merge pull request #4 from XenotriX/feature/hide_tab_after_event

Hide tab after viewToggled event
This commit is contained in:
Joel Bodenmann
2019-11-14 14:54:56 +01:00
committed by GitHub

View File

@@ -525,8 +525,8 @@ void CDockAreaTabBar::closeTab(int Index)
{
return;
}
emit tabCloseRequested(Index);
Tab->hide();
emit tabCloseRequested(Index);
}