Refactor Layout Manager
This commit is contained in:
parent
7cf3328a40
commit
54dcbcb46b
28 changed files with 408 additions and 123 deletions
|
|
@ -288,9 +288,9 @@ namespace tp {
|
|||
while (iter) {
|
||||
tmp = iter;
|
||||
iter = iter->next;
|
||||
swap(tmp->next, tmp->prev);
|
||||
swapV(tmp->next, tmp->prev);
|
||||
}
|
||||
swap(mFirst, mLast);
|
||||
swapV(mFirst, mLast);
|
||||
}
|
||||
|
||||
void detachAll() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue