dockspce widget initial
This commit is contained in:
parent
fcd0209710
commit
9cc4819524
8 changed files with 72 additions and 12 deletions
|
|
@ -110,6 +110,7 @@ namespace tp {
|
|||
}
|
||||
|
||||
void attach(Node* node, Node* node_to) {
|
||||
node->next = node->prev = nullptr;
|
||||
if (node_to) {
|
||||
if (node_to->next) {
|
||||
node->next = node_to->next;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue