1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 09:16:01 +08:00
Thor Brigsted af0523db2d Fixed #124 - Errors on DynamicPortList with >10 items
Was using OrderBy(x => x.fieldName). The resulting order would then be 1, 10, 11, .. , 2, 3, 4, etc.
Fixed by parsing the indices as ints, and ordering by that value instead
2019-04-01 19:16:54 +02:00
..
2017-09-15 00:46:21 +02:00
2017-09-15 00:46:21 +02:00
2017-09-15 15:56:17 +02:00
2017-09-19 00:15:17 +02:00