Merge pull request #82 from Freakazo/master

Make handleAction not protected
This commit is contained in:
Vadim Lopatin 2015-03-31 13:07:20 +03:00
commit 6b5f99853b
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: