mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-13 00:30:25 +08:00
Merge pull request #4 from XenotriX/feature/hide_tab_after_event
Hide tab after viewToggled event
This commit is contained in:
commit
8da6904dcd
@ -525,8 +525,8 @@ void CDockAreaTabBar::closeTab(int Index)
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
emit tabCloseRequested(Index);
|
|
||||||
Tab->hide();
|
Tab->hide();
|
||||||
|
emit tabCloseRequested(Index);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user