Mercurial > hg > touchkeys
comparison Source/Mappings/Control/TouchkeyControlMappingExtendedEditor.cpp @ 45:518027b4a3eb
Pull the windows off the top-left corner (not yet a nice fix that tiles them neatly); also a GUI bugfix on Control extended editor.
author | Andrew McPherson <andrewm@eecs.qmul.ac.uk> |
---|---|
date | Wed, 27 Aug 2014 13:18:27 +0100 |
parents | 85577160a0d4 |
children | 114427cb39f0 |
comparison
equal
deleted
inserted
replaced
44:73576f49ad1c | 45:518027b4a3eb |
---|---|
26 //[MiscUserDefs] You can add your own user definitions and misc code here... | 26 //[MiscUserDefs] You can add your own user definitions and misc code here... |
27 //[/MiscUserDefs] | 27 //[/MiscUserDefs] |
28 | 28 |
29 //============================================================================== | 29 //============================================================================== |
30 TouchkeyControlMappingExtendedEditor::TouchkeyControlMappingExtendedEditor (TouchkeyControlMappingFactory& factory) | 30 TouchkeyControlMappingExtendedEditor::TouchkeyControlMappingExtendedEditor (TouchkeyControlMappingFactory& factory) |
31 : factory_(factory) | 31 : factory_(factory), typeWasAbsolute_(false) |
32 { | 32 { |
33 addAndMakeVisible (inputRangeLowEditor = new TextEditor ("range low text editor")); | 33 addAndMakeVisible (inputRangeLowEditor = new TextEditor ("range low text editor")); |
34 inputRangeLowEditor->setMultiLine (false); | 34 inputRangeLowEditor->setMultiLine (false); |
35 inputRangeLowEditor->setReturnKeyStartsNewLine (false); | 35 inputRangeLowEditor->setReturnKeyStartsNewLine (false); |
36 inputRangeLowEditor->setReadOnly (false); | 36 inputRangeLowEditor->setReadOnly (false); |