fix floating panels and iOS export picking
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "node_border.h"
|
||||
#include "node_button.h"
|
||||
#include "node_text.h"
|
||||
|
||||
class NodePanelFloating : public NodeBorder
|
||||
{
|
||||
@@ -15,6 +16,7 @@ class NodePanelFloating : public NodeBorder
|
||||
std::shared_ptr<NodeBorder> m_drop_placeholder;
|
||||
public:
|
||||
Node* m_container;
|
||||
NodeText* m_title;
|
||||
std::weak_ptr<Node> m_dock;
|
||||
using this_class = NodePanelFloating;
|
||||
using parent = NodeBorder;
|
||||
|
||||
Reference in New Issue
Block a user