1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00
This commit is contained in:
Icarus 2019-12-08 22:15:34 +08:00
parent 259a70d812
commit a749defa24

View File

@ -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 =