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)