disable default brush pressure, set 3 different quick brushes at startup

This commit is contained in:
2019-08-03 09:13:35 +02:00
parent 2c83c225ed
commit a1436eec4a
4 changed files with 10 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ public:
private:
void init_controls();
NodeButtonCustom* init_button_brush(const std::string& name);
NodeButtonCustom* init_button_brush(const std::string& name, bool szp, bool flp);
void handle_button_brush_click(Node* target);
void handle_button_color_click(Node* target);
};