Skip to content

Commit ae997d3

Browse files
Merge pull request #80 from simulton/master
Hide tab before emitting event
2 parents c48cf38 + 8da6904 commit ae997d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockAreaTabBar.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ void CDockAreaTabBar::closeTab(int Index)
525525
{
526526
return;
527527
}
528-
emit tabCloseRequested(Index);
529528
Tab->hide();
529+
emit tabCloseRequested(Index);
530530
}
531531

532532

0 commit comments

Comments
 (0)