diff --git a/escher/src/text_area.cpp b/escher/src/text_area.cpp index 68805ab035..00aa549bc6 100644 --- a/escher/src/text_area.cpp +++ b/escher/src/text_area.cpp @@ -250,7 +250,7 @@ bool TextArea::handleEvent(Ion::Events::Event event) { contentView()->resetSelection(); contentView()->moveCursorGeo(0, event == Ion::Events::Up ? -step : step); } else if (event == Ion::Events::Clear) { - if (GlobalPreferences::sharedGlobalPreferences()->clearalphalockshift()){ + if (GlobalPreferences::sharedGlobalPreferences()->clearalphalockshift()) { if (!contentView()->selectionIsEmpty()) { deleteSelection(); return true;