mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 19:13:03 +08:00
Remove redundant reference to EvaluateWidget
This commit is contained in:
@ -26,9 +26,8 @@ namespace UnityExplorer.UI.Widgets
|
||||
private Text basicLabel;
|
||||
private ButtonRef pasteButton;
|
||||
|
||||
public void OnBorrowed(EvaluateWidget evaluator, ParameterInfo paramInfo)
|
||||
public void OnBorrowed(ParameterInfo paramInfo)
|
||||
{
|
||||
this.evaluator = evaluator;
|
||||
this.paramInfo = paramInfo;
|
||||
|
||||
this.paramType = paramInfo.ParameterType;
|
||||
@ -85,7 +84,6 @@ namespace UnityExplorer.UI.Widgets
|
||||
|
||||
public void OnReturned()
|
||||
{
|
||||
this.evaluator = null;
|
||||
this.paramInfo = null;
|
||||
|
||||
this.enumCompleter.Enabled = false;
|
||||
|
Reference in New Issue
Block a user