summaryrefslogtreecommitdiffstats
path: root/Project/Element.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Element.h')
-rw-r--r--Project/Element.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Element.h b/Project/Element.h
index 4033b20..94d5cd7 100644
--- a/Project/Element.h
+++ b/Project/Element.h
@@ -129,6 +129,8 @@ class Element
virtual void CalculateBoundaries(wxPoint2DDouble& leftUp, wxPoint2DDouble& rightBottom) const;
virtual void GeneralMenuItens(wxMenu& menu);
+
+ virtual bool ShowForm(wxWindow* parent) { return false; }
protected:
std::vector<Element*> m_parentList;