Skip to content

Commit 0711f8a

Browse files
committed
Fix list size field does not work
1 parent f1deec0 commit 0711f8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Editor/Elements/TriListElement.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ private void DrawHeaderCallback(Rect rect)
385385
if (EditorGUI.EndChangeCheck())
386386
{
387387
SetArraySizeCallback(newArraySize);
388-
GUIUtility.ExitGUI();
389388
return;
390389
}
391390

0 commit comments

Comments
 (0)