brush settings reset button, hook crash handler on every thread, update changelog

This commit is contained in:
2019-03-13 10:08:13 +01:00
parent 5a6f6f524a
commit 3d625567aa
14 changed files with 59 additions and 10 deletions

View File

@@ -84,6 +84,8 @@ public:
NodeSliderH* m_pattern_contrast;
NodeSliderH* m_pattern_depth;
NodeButton* m_brush_settings_reset;
std::shared_ptr<NodePanelBrush> m_brush_popup;
std::shared_ptr<NodePanelBrush> m_pattern_popup;
std::function<void(Node* target)> on_stroke_change;