mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-26 08:01:32 +08:00
Merge pull request #80 from simulton/master
Hide tab before emitting event
This commit is contained in:
commit
ae997d3d75
@ -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