mirror of https://github.com/buggins/dlangui.git
Make handleAction not protected
This commit is contained in:
parent
10aa79f479
commit
e12b662be6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue