mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
fix: tab splitter visible issue
This commit is contained in:
parent
5514c56a29
commit
1a18235a76
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ namespace SourceGit.ViewModels
|
|||
ActivePage = Pages[removeIdx == Pages.Count - 1 ? removeIdx - 1 : removeIdx + 1];
|
||||
CloseRepositoryInTab(page);
|
||||
Pages.RemoveAt(removeIdx);
|
||||
UpdateTabSplitterVisible();
|
||||
}
|
||||
else if (removeIdx + 1 == activeIdx)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue