Merge pull request #4 from XenotriX/feature/hide_tab_after_event
Hide tab after viewToggled event
This commit is contained in:
@@ -525,8 +525,8 @@ void CDockAreaTabBar::closeTab(int Index)
|
||||
{
|
||||
return;
|
||||
}
|
||||
emit tabCloseRequested(Index);
|
||||
Tab->hide();
|
||||
emit tabCloseRequested(Index);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user