WindowVX: Fix scroll arrows not showing initially

This commit is contained in:
Jonas Kulla 2014-08-19 03:06:12 +02:00
parent 0c72659025
commit fb2b2b7260
1 changed files with 1 additions and 0 deletions

View File

@ -907,6 +907,7 @@ void WindowVX::setContents(Bitmap *value)
FloatRect rect = p->contents->rect();
p->contentsQuad.setTexPosRect(rect, rect);
p->ctrlVertDirty = true;
}
void WindowVX::setCursorRect(Rect *value)