enable Edit menu and add Clear Presets feature
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
std::string get_thumb_path(int index) const;
|
||||
bool save();
|
||||
bool restore();
|
||||
void clear();
|
||||
};
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
@@ -92,5 +93,6 @@ public:
|
||||
bool save();
|
||||
bool restore();
|
||||
void add_brush(std::shared_ptr<Brush> brush);
|
||||
void clear_brushes();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user