fix color picker, add project delete button with message box
This commit is contained in:
@@ -31,6 +31,8 @@ class NodeDialogOpen : public NodeBorder
|
||||
public:
|
||||
NodeButton* btn_cancel;
|
||||
NodeButton* btn_ok;
|
||||
NodeButton* btn_delete;
|
||||
NodeDialogOpenItem* current = nullptr;
|
||||
Node* container;
|
||||
std::string selected_path;
|
||||
std::string selected_file;
|
||||
|
||||
Reference in New Issue
Block a user