From 524679ca67f977ebadb143205d5c45f798827e67 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 7 Dec 2012 01:46:36 +0300 Subject: Resize screen buttons with window resizing. --- src/client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 1fd3793f1..fe7d8f987 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -2660,6 +2660,8 @@ void Client::resizeVideo(int width, int height, const bool always) return; } + touchManager.resize(width, height); + if (mainGraphics->resizeScreen(width, height)) { if (gui) -- cgit v1.2.3-70-g09d2