Route quick slider preview through app core

This commit is contained in:
2026-06-05 01:26:02 +02:00
parent 31c26c3127
commit e95861e9b7
9 changed files with 324 additions and 32 deletions

View File

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