Commit 64779ef
committed
apply upstream PRs alelievr#232 and alelievr#222; bump version to 1.4.1
- Make BaseGraphView.CanConnectEdge virtual (upstream alelievr#232), so
subclasses can override edge-connection validation without forking.
- Change nodeTypePerCreateAssetType to a SortedDictionary with a
subclass-priority comparer (upstream alelievr#222), so dragging an asset
whose type has multiple matching ICreateNodeFrom<T> implementations
picks the most derived one instead of an arbitrary insertion-order
match.1 parent 8b1f2b5 commit 64779ef
2 files changed
Lines changed: 11 additions & 3 deletions
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
137 | 145 | | |
138 | 146 | | |
139 | 147 | | |
| |||
1182 | 1190 | | |
1183 | 1191 | | |
1184 | 1192 | | |
1185 | | - | |
| 1193 | + | |
1186 | 1194 | | |
1187 | 1195 | | |
1188 | 1196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments