mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
WindowVX: Fix scroll arrows not showing initially
This commit is contained in:
parent
0c72659025
commit
fb2b2b7260
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue