fix ui crash

This commit is contained in:
2019-12-01 22:50:44 +01:00
parent afb26e8321
commit 396b3afd42

View File

@@ -1451,6 +1451,23 @@ void Node::load_internal(const tinyxml2::XMLElement* x_node, bool skip_children
CASE("popup-menu", NodePopupMenu) CASE("popup-menu", NodePopupMenu)
CASE("viewport", NodeViewport) CASE("viewport", NodeViewport)
CASE("checkbox", NodeCheckBox) 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("stroke-preview", NodeStrokePreview)
CASE("canvas", NodeCanvas) CASE("canvas", NodeCanvas)
CASE("scroll", NodeScroll) CASE("scroll", NodeScroll)