tastudio: hide when going from branch 0 to header cell
This commit is contained in:
parent
0ec0910207
commit
31ccc9f413
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue