diff --git a/src/skel/symbian/symbian.cpp b/src/skel/symbian/symbian.cpp index a413b70..7631727 100644 --- a/src/skel/symbian/symbian.cpp +++ b/src/skel/symbian/symbian.cpp @@ -622,7 +622,7 @@ public: int w = Size().iWidth; int h = Size().iHeight; - if (h > 360) y += (h * 360) / 480; + if (h > 360) y = (y * 360) / 480; // if (FrontEndMenuManager.m_bMenuActive) { // PSGLOBAL(lastMousePos).x = x;