From 196389a70ef3a03aa8764b9532812a17dd55014b Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 10 Jun 2020 09:35:32 -0300 Subject: Control editor DC fixes --- Project/ControlEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/ControlEditor.h') diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h index 3f77422..ee6c670 100644 --- a/Project/ControlEditor.h +++ b/Project/ControlEditor.h @@ -121,7 +121,7 @@ class ControlEditor : public ControlEditorBase MODE_PASTE, MODE_DRAG_PASTE }; - + ControlEditor(wxWindow* parent) : ControlEditorBase (parent) {} ControlEditor(wxWindow* parent, wxGLContext* sharedGLContext, int ioflags = IOControl::IN_TERMINAL_VOLTAGE | IOControl::IN_VELOCITY | IOControl::OUT_FIELD_VOLTAGE | IOControl::OUT_MEC_POWER); -- cgit