New DockspaceWidget Stable
This commit is contained in:
parent
9cc4819524
commit
242cd93589
8 changed files with 339 additions and 7 deletions
|
|
@ -207,6 +207,7 @@ namespace tp {
|
|||
void insert(TypeArg data, Index idx) { insert(newNode(data), idx); }
|
||||
|
||||
void removeNode(Node* node) {
|
||||
if (!node) return;
|
||||
detach(node);
|
||||
deleteNode(node);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue