Skip to content

Commit bb6b44d

Browse files
committed
Minor UX improvements in the ScriptableObjectCreationWizard
1 parent d9e8b1c commit bb6b44d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/Editor Toolbox/Editor/Wizards/ToolboxWizard.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ public class ToolboxWizard : EditorWindow
1111

1212
private Vector2 scrollPosition;
1313

14-
private void OnEnable()
14+
protected virtual void OnEnable()
1515
{
1616
if (targetEditor != null)
1717
{
1818
ReinitEditor(targetEditor);
1919
}
2020
}
2121

22-
private void OnDestroy()
22+
protected virtual void OnDestroy()
2323
{
2424
DestroyImmediate(targetEditor);
2525
}

0 commit comments

Comments
 (0)