From f4fd7a1f430364a251742af47329f16b831718d2 Mon Sep 17 00:00:00 2001 From: terencehill Date: Mon, 6 Feb 2012 23:12:00 +0100 Subject: [PATCH] zoomSnapToTheBox disabled by default in the screenshot viewer --- qcsrc/menu/xonotic/screenshotimage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/menu/xonotic/screenshotimage.c b/qcsrc/menu/xonotic/screenshotimage.c index f365d430e..469f177fc 100644 --- a/qcsrc/menu/xonotic/screenshotimage.c +++ b/qcsrc/menu/xonotic/screenshotimage.c @@ -30,6 +30,7 @@ void XonoticScreenshotImage_configureXonoticScreenshotImage(entity me) { me.configureXonoticImage(me, string_null, -2); me.zoomLimitedByTheBox = FALSE; // enable this to forbid enlarging the image more than the containing box (if making use of draw_SetClip is a too bad thing) + me.zoomSnapToTheBox = FALSE; // disabled: it's cooler } void XonoticScreenshotImage_load(entity me, string theImage) -- 2.39.2