From d792fcf7b2a5862ac86ee69aa86021b5637ca8ee Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Thu, 29 Dec 2016 02:32:50 -0200 Subject: Copy paste implemented Some bugs on the text --- Project/Text.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Project/Text.h') diff --git a/Project/Text.h b/Project/Text.h index 80f35fa..36a6704 100644 --- a/Project/Text.h +++ b/Project/Text.h @@ -50,7 +50,8 @@ class Text : public Element Text(); Text(wxPoint2DDouble position); ~Text(); - + + virtual Element* GetCopy(); virtual bool AddParent(Element* parent, wxPoint2DDouble position) { return true; }; virtual bool Contains(wxPoint2DDouble position) const; virtual void Draw(wxPoint2DDouble translation, double scale); -- cgit