add preset popup menu
This commit is contained in:
@@ -81,6 +81,7 @@ class NodePanelBrushPreset : public Node
|
||||
NodeButtonCustom* m_btn_down;
|
||||
NodeButtonCustom* m_btn_delete;
|
||||
NodeButtonCustom* m_btn_save;
|
||||
NodeButtonCustom* m_btn_menu;
|
||||
public:
|
||||
Node* m_container;
|
||||
std::function<void(Node* target, std::shared_ptr<Brush>& brush)> on_brush_changed;
|
||||
|
||||
Reference in New Issue
Block a user