diff --git a/src/dlangui/widgets/editors.d b/src/dlangui/widgets/editors.d index d22c1ddd..34468a93 100644 --- a/src/dlangui/widgets/editors.d +++ b/src/dlangui/widgets/editors.d @@ -2133,7 +2133,7 @@ class EditWidgetBase : ScrollWidgetBase, EditableContentListener, MenuItemAction //if (event.keyCode == KeyCode.RETURN && !readOnly && !_content.multiline) { // return true; //} - return true; + return false; } /// Handle Ctrl + Left mouse click on text