mirror of https://github.com/buggins/dlangui.git
fixes
This commit is contained in:
parent
83aec70a41
commit
31893d1503
|
@ -1495,7 +1495,7 @@ class EditWidgetBase : ScrollWidgetBase, EditableContentListener, MenuItemAction
|
|||
}
|
||||
|
||||
override void onContentChange(EditableContent content, EditOperation operation, ref TextRange rangeBefore, ref TextRange rangeAfter, Object source) {
|
||||
Log.d("onContentChange rangeBefore=", rangeBefore, " rangeAfter=", rangeAfter, " text=", operation.content);
|
||||
//Log.d("onContentChange rangeBefore=", rangeBefore, " rangeAfter=", rangeAfter, " text=", operation.content);
|
||||
updateMaxLineWidth();
|
||||
measureVisibleText();
|
||||
if (source is this) {
|
||||
|
|
Loading…
Reference in New Issue