@@ -2231,8 +2231,8 @@ static void MainWindowWndProc(Window *w,
case 'Z': {
Point pt = GetTileBelowCursor();
if (pt.x != -1) {
if (e->we.keypress.keycode == 'Z') MaxZoomInOut(ZOOM_IN, w);
ScrollMainWindowTo(pt.x, pt.y);
}
break;
Status change: