Merge pull request #80 from simulton/master

Hide tab before emitting event
This commit is contained in:
githubuser0xFFFF
2019-11-18 20:16:42 +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);
}