diff --git a/escher/src/layout_field.cpp b/escher/src/layout_field.cpp index 52f457e46..4a8a58197 100644 --- a/escher/src/layout_field.cpp +++ b/escher/src/layout_field.cpp @@ -52,6 +52,7 @@ void LayoutField::ContentView::useInsertionCursor() { void LayoutField::ContentView::clearLayout() { HorizontalLayout h = HorizontalLayout::Builder(); if (m_expressionView.setLayout(h)) { + resetSelection(); m_cursor.setLayout(h); } }