mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
!TX
This commit is contained in:
parent
259a70d812
commit
a749defa24
@ -427,12 +427,14 @@ namespace XNodeEditor {
|
||||
serializedObject.ApplyModifiedProperties();
|
||||
EditorUtility.SetDirty(node);
|
||||
serializedObject.Update();
|
||||
NodeEditorWindow.current.Repaint();
|
||||
EditorApplication.delayCall += NodeEditorWindow.current.Repaint;
|
||||
|
||||
foreach (NodePort port in reorderableList.list)
|
||||
{
|
||||
port.RefreshValueType();
|
||||
}
|
||||
|
||||
NodeEditorWindow.current.Repaint();
|
||||
EditorApplication.delayCall += NodeEditorWindow.current.Repaint;
|
||||
};
|
||||
|
||||
list.onAddCallback =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user