WindowVX: Fix scroll arrows not showing initially
This commit is contained in:
parent
0c72659025
commit
fb2b2b7260
|
@ -907,6 +907,7 @@ void WindowVX::setContents(Bitmap *value)
|
||||||
|
|
||||||
FloatRect rect = p->contents->rect();
|
FloatRect rect = p->contents->rect();
|
||||||
p->contentsQuad.setTexPosRect(rect, rect);
|
p->contentsQuad.setTexPosRect(rect, rect);
|
||||||
|
p->ctrlVertDirty = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void WindowVX::setCursorRect(Rect *value)
|
void WindowVX::setCursorRect(Rect *value)
|
||||||
|
|
Loading…
Reference in New Issue