mirror of
https://github.com/Siccity/xNode.git
synced 2026-02-04 06:14:54 +08:00
Merge pull request #348 from NeedsLoomis/dynamic-port-fix
Fix DynamicPortList reordering operating on old data
This commit is contained in:
commit
37680daee7
@ -394,6 +394,7 @@ namespace XNodeEditor {
|
|||||||
};
|
};
|
||||||
list.onReorderCallback =
|
list.onReorderCallback =
|
||||||
(ReorderableList rl) => {
|
(ReorderableList rl) => {
|
||||||
|
serializedObject.Update();
|
||||||
bool hasRect = false;
|
bool hasRect = false;
|
||||||
bool hasNewRect = false;
|
bool hasNewRect = false;
|
||||||
Rect rect = Rect.zero;
|
Rect rect = Rect.zero;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user