diff --git a/src/dlangui/widgets/editors.d b/src/dlangui/widgets/editors.d index 6027a36c..a783400e 100644 --- a/src/dlangui/widgets/editors.d +++ b/src/dlangui/widgets/editors.d @@ -1564,7 +1564,7 @@ class EditLine : EditWidgetBase { measuredContent(parentWidth, parentHeight, _measuredTextSize.x + _leftPaneWidth, _measuredTextSize.y); } - override protected bool handleAction(const Action a) { + override bool handleAction(const Action a) { switch (a.id) { case EditorActions.InsertNewLine: case EditorActions.PrependNewLine: