fix layout designer

This commit is contained in:
2019-09-26 17:48:38 +02:00
parent e406f7964c
commit 8b179260fb
9 changed files with 27 additions and 11 deletions

View File

@@ -208,6 +208,7 @@ public:
virtual void destroy();
Node* root();
void set_manager(LayoutManager* manager);
bool added_to_root();
template<class T = Node> std::shared_ptr<T> clone()
{