mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 00:00:44 +01:00
Allocation failure fix and test
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#include "layout_node.h"
|
||||
#include "layout_reference.h"
|
||||
|
||||
TreeNode * LayoutNode::failedAllocationNode() {
|
||||
return LayoutRef::failedAllocationNode();
|
||||
}
|
||||
|
||||
void LayoutNode::draw() {
|
||||
for (LayoutNode * child : children()) {
|
||||
|
||||
Reference in New Issue
Block a user