Popup presets panel, fix padding scissor, stacked mouse capture
This commit is contained in:
@@ -41,7 +41,11 @@ public:
|
||||
NodeCheckBox* m_tip_val_pressure;
|
||||
NodeButtonCustom* m_brush_button;
|
||||
NodeImage* m_brush_thumb;
|
||||
NodeImage* m_preset_thumb;
|
||||
NodeButtonCustom* m_preset_button;
|
||||
NodeStrokePreview* m_preset_preview;
|
||||
std::shared_ptr<NodePanelBrush> m_brush_popup;
|
||||
std::shared_ptr<NodePanelBrushPreset> m_presets_popup;
|
||||
std::function<void(Node* target)> on_stroke_change;
|
||||
std::function<void(Node* target, const std::string& path)> on_stencil_changed;
|
||||
std::function<void(Node* target, const std::string& path, const std::string& thumb)> on_brush_changed;
|
||||
|
||||
Reference in New Issue
Block a user