add scrollbar, improve presets, other small fixes
This commit is contained in:
@@ -64,6 +64,7 @@ class NodePanelBrushPreset : public Node
|
||||
NodeButtonCustom* m_btn_up;
|
||||
NodeButtonCustom* m_btn_down;
|
||||
NodeButtonCustom* m_btn_delete;
|
||||
NodeButtonCustom* m_btn_save;
|
||||
struct header_t {
|
||||
char magic[4]{ 'P', 'P', 'P', 'R' };
|
||||
uint16_t version = 0;
|
||||
|
||||
Reference in New Issue
Block a user