Merge pull request #6169 from GeneriedJenelle/patch-1

Ports Radial Menus
This commit is contained in:
Neerti
2019-05-28 14:25:17 -04:00
committed by VirgoBot
parent fd340b1104
commit f5f20628fd
12 changed files with 493 additions and 0 deletions

View File

@@ -758,3 +758,8 @@ proc/dd_sortedTextList(list/incoming)
. |= i
#define listequal(A, B) (A.len == B.len && !length(A^B))
/proc/popleft(list/L)
if(L.len)
. = L[1]
L.Cut(1,2)