From fb2b2b7260f2ec45b463af045c80e3747dd23e43 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Tue, 19 Aug 2014 03:06:12 +0200 Subject: [PATCH] WindowVX: Fix scroll arrows not showing initially --- src/windowvx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windowvx.cpp b/src/windowvx.cpp index 0e596d6..f82a1fd 100644 --- a/src/windowvx.cpp +++ b/src/windowvx.cpp @@ -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)