mirror of https://github.com/buggins/dlangui.git
fix issue 32 submitted on dlangide
This commit is contained in:
parent
fcda30b159
commit
5e59151661
|
@ -1689,6 +1689,8 @@ class EditBox : EditWidgetBase {
|
|||
if (visibility == Visibility.Gone) {
|
||||
return;
|
||||
}
|
||||
if (rc != _pos)
|
||||
_contentChanged = true;
|
||||
super.layout(rc);
|
||||
if (_contentChanged) {
|
||||
measureVisibleText();
|
||||
|
|
Loading…
Reference in New Issue