diff --git a/src/node.cpp b/src/node.cpp index b1b68ab..352903f 100644 --- a/src/node.cpp +++ b/src/node.cpp @@ -1451,6 +1451,23 @@ void Node::load_internal(const tinyxml2::XMLElement* x_node, bool skip_children CASE("popup-menu", NodePopupMenu) CASE("viewport", NodeViewport) CASE("checkbox", NodeCheckBox) + CASE("layer", NodeLayer) + CASE("panel-layer", NodePanelLayer) + CASE("panel-brush", NodePanelBrush) + CASE("panel-color", NodePanelColor) + CASE("panel-stroke", NodePanelStroke) + CASE("panel-grid", NodePanelGrid) + CASE("panel-quick", NodePanelQuick) + CASE("dialog-browse", NodeDialogBrowse) + CASE("dialog-browse-item", NodeDialogBrowseItem) + CASE("dialog-cloud", NodeDialogCloud) + CASE("dialog-cloud-item", NodeDialogCloudItem) + CASE("color-picker", NodeColorPicker) + CASE("about", NodeAbout) + CASE("changelog", NodeChangelog) + CASE("usermanual", NodeUserManual) + CASE("tool-bucket", NodeToolBucket) + CASE("timeline", NodeAnimationTimeline) CASE("stroke-preview", NodeStrokePreview) CASE("canvas", NodeCanvas) CASE("scroll", NodeScroll)