tastudio: hide when going from branch 0 to header cell

This commit is contained in:
feos 2017-03-08 16:49:55 +03:00
parent 0ec0910207
commit 31ccc9f413
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ namespace BizHawk.Client.EmuHawk
{
if (BranchView.CurrentCell == null || !BranchView.CurrentCell.RowIndex.HasValue || BranchView.CurrentCell.Column == null)
{
//not sure if we need to explicitly hide the screenshot here as well
Screenshot.FadeOut();
}
else if (BranchView.CurrentCell.Column.Name == BranchNumberColumnName)
{