mirror of https://github.com/buggins/dlangui.git
Propagate event
This commit is contained in:
parent
792b534378
commit
d584a75ae6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue