void ZenAutoTrimAudioProcessorEditor::textEditorReturnKeyPressed(TextEditor& editorChanged)
{
	//DBG("In ZenAutoTrimAudioProcessorEditor::textEditorReturnKeyPressed(editorChanged) with editor: " << editorChanged.getName());
	editorChanged.giveAwayFocus(true);
	textEditorUpdateDueToChange(editorChanged);
}