mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-14 07:37:06 +08:00
1.5.3
* Added exception handling for scrollview when unstripping fails * Added some better logging in some places
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user