From 6023a016c4e25752ee4428f2077305e8594baf05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 5 Jan 2018 16:43:38 -0800 Subject: [PATCH] texturev: Fixed window resizing. --- tools/texturev/texturev.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/texturev/texturev.cpp b/tools/texturev/texturev.cpp index 3c0722867..889ac23d5 100644 --- a/tools/texturev/texturev.cpp +++ b/tools/texturev/texturev.cpp @@ -1266,6 +1266,8 @@ int _main_(int _argc, char** _argv) while (!entry::processWindowEvents(windowState, debug, reset) ) { const entry::MouseState& mouseState = windowState.m_mouse; + width = windowState.m_width; + height = windowState.m_height; if (!windowState.m_dropFile.isEmpty() ) {