diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-06-10 09:35:32 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-06-10 09:35:32 -0300 |
commit | 196389a70ef3a03aa8764b9532812a17dd55014b (patch) | |
tree | 5fd95e9295ccb9e92a660e7864ce332480716009 /Project/ControlEditor.h | |
parent | 4fdcfe16959a610a928064df73281f509425cbbf (diff) | |
download | PSP.git-196389a70ef3a03aa8764b9532812a17dd55014b.tar.gz PSP.git-196389a70ef3a03aa8764b9532812a17dd55014b.tar.xz PSP.git-196389a70ef3a03aa8764b9532812a17dd55014b.zip |
Control editor DC fixes
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r-- | Project/ControlEditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |