summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-07 01:46:36 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-07 01:46:36 +0300
commit524679ca67f977ebadb143205d5c45f798827e67 (patch)
treee4c8f453a78fef13b3a3932c2fcfdef83a663847 /src/client.cpp
parent3a9398d853caf39778771d4916b0781a8597db42 (diff)
downloadplus-524679ca67f977ebadb143205d5c45f798827e67.tar.gz
plus-524679ca67f977ebadb143205d5c45f798827e67.tar.bz2
plus-524679ca67f977ebadb143205d5c45f798827e67.tar.xz
plus-524679ca67f977ebadb143205d5c45f798827e67.zip
Resize screen buttons with window resizing.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 2 insertions, 0 deletions
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)