This commit is contained in:
sinaioutlander
2020-09-13 17:29:01 +10:00
parent fbf9859e0f
commit 11cbd24a6a
4 changed files with 97 additions and 58 deletions

View File

@ -17,7 +17,7 @@ namespace Explorer
{
public static int s_ScrollControlId;
public static bool ScrollFailed = true;
public static bool ScrollFailed = false;
public static bool ManualUnstripFailed = false;
private static GenericStack ScrollStack => m_scrollStack ?? GetScrollStack();