From fb8a409d7e35735afc9d28bfc0d7b49974f0d3a2 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 7 Sep 2016 23:52:26 -0300 Subject: Movementation and rotation fixed --- Project/IndMotor.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Project/IndMotor.cpp') diff --git a/Project/IndMotor.cpp b/Project/IndMotor.cpp index 2880cc1..b84e585 100644 --- a/Project/IndMotor.cpp +++ b/Project/IndMotor.cpp @@ -22,8 +22,6 @@ void IndMotor::DrawSymbol() const bool IndMotor::GetContextMenu(wxMenu& menu) { menu.Append(ID_EDIT_INDMOTOR, _("Edit induction motor")); - menu.Append(ID_ROTATE_CLOCK, _("Rotate clockwise")); - menu.Append(ID_ROTATE_COUNTERCLOCK, _("Rotate counter-clockwise")); - menu.Append(ID_DELETE, _("Delete")); + GeneralMenuItens(menu); return true; } -- cgit