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) {
|
if (visibility == Visibility.Gone) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (rc != _pos)
|
||||||
|
_contentChanged = true;
|
||||||
super.layout(rc);
|
super.layout(rc);
|
||||||
if (_contentChanged) {
|
if (_contentChanged) {
|
||||||
measureVisibleText();
|
measureVisibleText();
|
||||||
|
|
Loading…
Reference in New Issue