Make handleAction not protected

This commit is contained in:
Hans-Albert Maritz 2015-03-31 05:37:43 +11:00
parent 10aa79f479
commit e12b662be6
1 changed files with 1 additions and 1 deletions

View File

@ -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: