* Added exception handling for scrollview when unstripping fails
* Added some better logging in some places
This commit is contained in:
sinaioutlander
2020-09-04 01:27:44 +10:00
parent 51cfbe524e
commit 5de771389e
6 changed files with 56 additions and 25 deletions

View File

@ -283,7 +283,7 @@ namespace Explorer
// ====== BODY ======
scroll = GUILayout.BeginScrollView(scroll, GUI.skin.scrollView);
scroll = UIHelpers.BeginScrollView(scroll);
GUILayout.Space(10);
@ -316,7 +316,7 @@ namespace Explorer
}
GUILayout.EndVertical();
GUILayout.EndScrollView();
UIHelpers.EndScrollView();
if (!WindowManager.TabView)
{