Mercurial > hg > touchkeys
diff 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 |
line wrap: on
line diff
--- a/Source/Mappings/Control/TouchkeyControlMappingExtendedEditor.cpp Sat Aug 23 23:46:38 2014 +0100 +++ b/Source/Mappings/Control/TouchkeyControlMappingExtendedEditor.cpp Wed Aug 27 13:18:27 2014 +0100 @@ -28,7 +28,7 @@ //============================================================================== TouchkeyControlMappingExtendedEditor::TouchkeyControlMappingExtendedEditor (TouchkeyControlMappingFactory& factory) - : factory_(factory) + : factory_(factory), typeWasAbsolute_(false) { addAndMakeVisible (inputRangeLowEditor = new TextEditor ("range low text editor")); inputRangeLowEditor->setMultiLine (false);