preset size text

This commit is contained in:
2019-02-28 18:34:36 +01:00
parent f20f935d43
commit 080a306cc6
3 changed files with 8 additions and 15 deletions

View File

@@ -5,6 +5,7 @@
#include "node_stroke_preview.h"
#include "brush.h"
#include "node_scroll.h"
#include "node_text.h"
class NodeButtonBrush : public NodeButtonCustom
{
@@ -72,6 +73,7 @@ public:
bool m_selected = false;
NodeStrokePreview* m_preview;
NodeImage* m_thumb;
NodeText* m_caption_size;
virtual Node* clone_instantiate() const override;
virtual void init() override;
virtual void draw() override;