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
commit 8da6904dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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