From bbe8f237af5a60894c1dab74fdd11ae2838d1a28 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Mon, 23 Aug 2021 22:24:28 +0300 Subject: [PATCH] - added a comment --- appGUI/VisPyPatches.py | 1 + 1 file changed, 1 insertion(+) diff --git a/appGUI/VisPyPatches.py b/appGUI/VisPyPatches.py index 5e7b3436..a20f01ea 100644 --- a/appGUI/VisPyPatches.py +++ b/appGUI/VisPyPatches.py @@ -98,6 +98,7 @@ def apply_patches(): offset = domain[0] scale = domain[1] - domain[0] + # trying to solve artifacts at maximum zoom if scale == 0 or not scale: scale = 0.00000001