From b1eaa2fcdf40834192bdbdea3bb640010e1f6f5e Mon Sep 17 00:00:00 2001 From: Shinovon Date: Thu, 7 May 2026 19:34:24 +0500 Subject: [PATCH] Fix --- src/skel/symbian/symbian.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;