Use Count not Count()
This commit is contained in:
parent
0b1245d769
commit
30f573729c
|
@ -551,7 +551,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
else
|
else
|
||||||
GoToFrame(CurrentTasMovie.Session.CurrentFrame);
|
GoToFrame(CurrentTasMovie.Session.CurrentFrame);
|
||||||
|
|
||||||
if (TasView.AllColumns.Count() == 0 || file.Extension != "." + TasMovie.Extension)
|
if (TasView.AllColumns.Count == 0 || file.Extension != "." + TasMovie.Extension)
|
||||||
SetUpColumns();
|
SetUpColumns();
|
||||||
else
|
else
|
||||||
SetUpToolStripColumns();
|
SetUpToolStripColumns();
|
||||||
|
|
Loading…
Reference in New Issue