From 5e591516617bda712798b5ba6c1ddba111f51aa8 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 20 Feb 2015 16:23:12 +0300 Subject: [PATCH] fix issue 32 submitted on dlangide --- src/dlangui/widgets/editors.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dlangui/widgets/editors.d b/src/dlangui/widgets/editors.d index d99d5aee..2a3d35ca 100644 --- a/src/dlangui/widgets/editors.d +++ b/src/dlangui/widgets/editors.d @@ -1689,6 +1689,8 @@ class EditBox : EditWidgetBase { if (visibility == Visibility.Gone) { return; } + if (rc != _pos) + _contentChanged = true; super.layout(rc); if (_contentChanged) { measureVisibleText();